__attribute__ 结构体参考文档

__attribute__ 结构体参考文档

#include < bluetooth.h >

数据字段

uint8_t  address [6]
 
uint8_t  name [249]
 
uint8_t  引脚 [16]
 
uint8_t  状态
 
uint8_t  ctrl_state
 
uint64_t  tx_time
 
uint64_t  rx_time
 
uint64_t  idle_time
 
uint64_t  energy_used
 
int32_t  app_uid
 
uint64_t  tx_bytes
 
uint64_t  rx_bytes
 
短视频  尺寸
 
bt_bdaddr_t  bd_addr
 
int  渠道
 
int  状态
 
无符号短整型  max_tx_packet_size
 
无符号短整型  max_rx_packet_size
 

详细说明

蓝牙地址

蓝牙设备名称

蓝牙 PIN 码

表示标准 BT SOCKET 接口。

定义位于文件 bluetooth.h 55 行

字段文档

uint8_t address[6]

定义位于文件 bluetooth.h 56 行。

int32_t app_uid

定义位于文件 bluetooth.h 113 行

bt_bdaddr_t bd_addr

定义位于文件 bt_sock.h 36 行。

int channel

定义位于文件 bt_sock.h 37 行。

uint8_t ctrl_state

定义位于文件 bluetooth.h 105 行。

uint64_t energy_used

定义位于文件 bluetooth.h 109 行

uint64_t idle_time

定义位于文件 bluetooth.h 108 行

unsigned short max_rx_packet_size

定义位于文件 bt_sock.h 的第 46 行 。 。

unsigned short max_tx_packet_size

定义位于文件 bt_sock.h 的第 42 行。

uint8_t name[249]

定义位于文件 bluetooth.h 61 行

uint8_t pin[16]

定义位于文件 bluetooth.h 100 行

uint64_t rx_bytes

定义位于文件 bluetooth.h 115 行

uint64_t rx_time

定义位于文件 bluetooth.h 107 行

短尺寸

定义位于文件 bt_sock.h 35 行

int status

定义位于文件 bt_sock.h 的第 38 行

uint8_t status

定义位于文件 bluetooth.h 104 行

uint64_t tx_bytes

定义位于文件 bluetooth.h 114 行

uint64_t tx_time

定义位于文件 bluetooth.h 106 行


此结构体的文档是根据以下文件生成的: