Searched refs:p_conn_cb (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_sco.c510 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb)
523 p_sco->p_conn_cb = p_conn_cb;
571 UINT16 *p_sco_inx, tBTM_SCO_CB *p_conn_cb,
677 p->p_conn_cb = p_conn_cb;
979 (*p->p_conn_cb)(xx);
1752 tBTM_SCO_CB *p_conn_cb,
509 btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
570 BTM_CreateSco(BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, UINT16 *p_sco_inx, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
1750 BTM_CreateSco(BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, UINT16 *p_sco_inx, tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb) argument
H A Dbtm_int.h376 tBTM_SCO_CB *p_conn_cb; /* Callback for when connected */ member in struct:__anon831
412 tBTM_SCO_CB *p_conn_cb, tBTM_SCO_CB *p_disc_cb);
416 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb)
/system/bt/stack/gatt/
H A Dgatt_main.c935 if (p_reg->app_cb.p_conn_cb)
938 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, p_tcb->peer_bda, conn_id,
H A Dgatt_api.c1349 if (p_reg->app_cb.p_conn_cb && p_tcb)
1352 (*p_reg->app_cb.p_conn_cb)(gatt_if, bda, conn_id, TRUE, 0, transport);
H A Dgatt_utils.c2236 if (p_reg->in_use && p_reg->app_cb.p_conn_cb)
2240 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, bda, conn_id, FALSE, reason, transport);
/system/bt/stack/include/
H A Dgatt_api.h590 tGATT_CONN_CBACK *p_conn_cb; member in struct:__anon1123
H A Dbtm_api.h2886 tBTM_SCO_CB *p_conn_cb,

Completed in 414 milliseconds