|
TuyaOS
|
GAP adv report parameters. 更多...
#include <tkl_bluetooth_def.h>

成员变量 | |
| TKL_BLE_GAP_ADV_TYPE_E | adv_type |
| UCHAR_T | channel_index |
| TKL_BLE_DATA_T | data |
| TKL_BLE_GAP_ADDR_T | peer_addr |
| CHAR_T | rssi |
GAP adv report parameters.
| TKL_BLE_GAP_ADV_TYPE_E TKL_BLE_GAP_ADV_REPORT_T::adv_type |
Advertising report type. Refer to @TKL_BLE_GAP_ADV_TYPE_E
| UCHAR_T TKL_BLE_GAP_ADV_REPORT_T::channel_index |
Channel Index on which the last advertising packet is received (37-39).channel index = 37, it means that we do advertisement in channel 37.
| TKL_BLE_DATA_T TKL_BLE_GAP_ADV_REPORT_T::data |
Received advertising or scan response data.
| TKL_BLE_GAP_ADDR_T TKL_BLE_GAP_ADV_REPORT_T::peer_addr |
Bluetooth address of the peer device.
| CHAR_T TKL_BLE_GAP_ADV_REPORT_T::rssi |
Received Signal Strength Indication in dBm of the last packet received.