Home
last modified time | relevance | path

Searched refs:tGAP_CONN_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dgap_api.h124 typedef void(tGAP_CONN_CALLBACK)(uint16_t gap_handle, uint16_t event, typedef
180 uint8_t chan_mode_mask, tGAP_CONN_CALLBACK* p_cb,
/system/bt/stack/gap/
Dgap_conn.cc66 tGAP_CONN_CALLBACK* p_callback; /* Users callback function */
172 uint8_t chan_mode_mask, tGAP_CONN_CALLBACK* p_cb, in GAP_ConnOpen()