Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_profile_queue.h30 typedef bt_status_t (btif_connect_cb_t) (bt_bdaddr_t *bda); typedef
33 btif_connect_cb_t *connect_cb);
/external/bluetooth/bluedroid/btif/src/
Dbtif_profile_queue.c106 return (*(btif_connect_cb_t*)p_head->p_cb)(&p_head->bda); in queue_int_connect_next()
136 btif_connect_cb_t *connect_cb) in btif_queue_connect()