![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
This structure notifies that a Scan Request packet has been received from a Scanner. More...
Data Fields | |
uint8_t | adv_hdl |
Advertising handle identifying the advertising set that has received the Scan Request. More... | |
uint8_t | scanner_addr_type |
Address type of the Scanner. More... | |
uint8_t | scanner_addr [BLE_BD_ADDR_LEN] |
Address of the Scanner. More... | |
This structure notifies that a Scan Request packet has been received from a Scanner.
uint8_t st_ble_gap_scan_req_recv_evt_t::adv_hdl |
Advertising handle identifying the advertising set that has received the Scan Request.
uint8_t st_ble_gap_scan_req_recv_evt_t::scanner_addr_type |
Address type of the Scanner.
value | description |
---|---|
0x00 | Public Address. |
0x01 | Random Address. |
0x02 | Public Identity Address which could be resolved in Controller. |
0x03 | Random Identity Address which could be resolved in Controller. |
uint8_t st_ble_gap_scan_req_recv_evt_t::scanner_addr[BLE_BD_ADDR_LEN] |
Address of the Scanner.