Typedefs

typedef void(* ble_gap_reslv_rpa_addr_callback_t) (uint8_t status, ble_gap_bdaddr_t *iden_addr, uint8_t src_info)
 The BLE reslove rpa address callback. More...
 
typedef void(* ble_gap_rpa_addr_report_callback_t) (ble_gap_actv_type_t type, uint8_t index, const uint8_t *rpa_addr)
 The BLE rpa address report callback. More...
 

Detailed Description

Typedef Documentation

◆ ble_gap_reslv_rpa_addr_callback_t

typedef void(* ble_gap_reslv_rpa_addr_callback_t) (uint8_t status, ble_gap_bdaddr_t *iden_addr, uint8_t src_info)

The BLE reslove rpa address callback.

Definition at line 865 of file ble_gapm.h.

◆ ble_gap_rpa_addr_report_callback_t

typedef void(* ble_gap_rpa_addr_report_callback_t) (ble_gap_actv_type_t type, uint8_t index, const uint8_t *rpa_addr)

The BLE rpa address report callback.

Definition at line 868 of file ble_gapm.h.