Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_scan_req_recv_evt_t Struct Reference

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...
 

Detailed Description

This structure notifies that a Scan Request packet has been received from a Scanner.

Field Documentation

◆ adv_hdl

uint8_t st_ble_gap_scan_req_recv_evt_t::adv_hdl

Advertising handle identifying the advertising set that has received the Scan Request.

◆ scanner_addr_type

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.

◆ scanner_addr

uint8_t st_ble_gap_scan_req_recv_evt_t::scanner_addr[BLE_BD_ADDR_LEN]

Address of the Scanner.

Note
The BD address setting format is little endian.