The callback for gap event which need to be handled by ascp. More...
#include <ble_iso.h>
Public Attributes | |
| void(* | gap_adv_report_ind_cb )(const ble_gap_ext_adv_report_ind_t *p_adv_report) |
| The callback for receving adv report event. More... | |
| void(* | gap_sync_established_cb )(uint8_t inst_idx, uint8_t status, const ble_gap_sync_established_ind_t *p_sync_est_evt) |
| The callback for receving sync periodic adv success event. More... | |
The callback for gap event which need to be handled by ascp.
| void(* ascp_gap_cb_fun_t::gap_adv_report_ind_cb) (const ble_gap_ext_adv_report_ind_t *p_adv_report) |
| void(* ascp_gap_cb_fun_t::gap_sync_established_cb) (uint8_t inst_idx, uint8_t status, const ble_gap_sync_established_ind_t *p_sync_est_evt) |