Developer World
Spresense SDK Library v3.2.0-ebc0364
ble_event_adv_rept_t Struct Reference

Bluetooth LE advertise report event. More...

#include <bt_event.h>

Collaboration diagram for ble_event_adv_rept_t:

Public Attributes

uint8_t group_id
 
uint8_t event_id
 
int8_t rssi
 
uint8_t scan_rsp
 
uint8_t length
 
uint8_t data [BLE_MAX_ADV_DATA_LEN]
 
BT_ADDR addr
 

Detailed Description

Bluetooth LE advertise report event.

Member Data Documentation

◆ group_id

uint8_t group_id

Event group ID BT_GROUP_ID

◆ event_id

uint8_t event_id

Event sub ID BLE_GATT_EVENT_ID

◆ rssi

int8_t rssi

Received Signal Strength Indication in dBm.

◆ scan_rsp

uint8_t scan_rsp

If 1, the report corresponds to a scan response

◆ length

uint8_t length

Scan response data length

◆ data

uint8_t data[BLE_MAX_ADV_DATA_LEN]

Scan response data

◆ addr

BT_ADDR addr

Advertising device address BT_ADDR


The documentation for this struct was generated from the following file: