Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gapc_adv_report_param_t Struct Reference

Description

Advertisement report parameter.

Data Fields

cy_en_ble_gapc_adv_event_t eventType
 Advertisement event type. More...
 
uint8_t peerAddrType
 BD address type of the device advertising. More...
 
uint8_t * peerBdAddr
 Public Device Address or Random Device Address for each device that responded to scanning. More...
 
uint8_t dataLen
 length of the data for each device that responded to scanning
 
uint8_t * data
 Pointer to advertising or scan response data.
 
int8_t rssi
 Rssi of the responding device. More...
 

Field Documentation

◆ eventType

cy_en_ble_gapc_adv_event_t cy_stc_ble_gapc_adv_report_param_t::eventType

Advertisement event type.

  • Connectable undirected advertising = 0x00
  • Connectable directed advertising = 0x01
  • Scannable undirected advertising = 0x02
  • Non connectable undirected advertising = 0x03
  • Scan Response = 0x04

◆ peerAddrType

uint8_t cy_stc_ble_gapc_adv_report_param_t::peerAddrType

BD address type of the device advertising.

  • CY_BLE_GAP_ADDR_TYPE_PUBLIC
  • CY_BLE_GAP_ADDR_TYPE_RANDOM
  • CY_BLE_GAP_ADDR_TYPE_PUBLIC_RPA
  • CY_BLE_GAP_ADDR_TYPE_RANDOM_RPA

◆ peerBdAddr

uint8_t* cy_stc_ble_gapc_adv_report_param_t::peerBdAddr

Public Device Address or Random Device Address for each device that responded to scanning.

◆ rssi

int8_t cy_stc_ble_gapc_adv_report_param_t::rssi

Rssi of the responding device.

Range: -85 <= N <= 0 Units: dBm