ascp_gap_cb_fun_t Struct Reference

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

Detailed Description

The callback for gap event which need to be handled by ascp.

Definition at line 662 of file ble_iso.h.

Member Data Documentation

◆ gap_adv_report_ind_cb

void(* ascp_gap_cb_fun_t::gap_adv_report_ind_cb) (const ble_gap_ext_adv_report_ind_t *p_adv_report)

The callback for receving adv report event.

Definition at line 664 of file ble_iso.h.

◆ gap_sync_established_cb

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)

The callback for receving sync periodic adv success event.

Definition at line 666 of file ble_iso.h.


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