OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_connect_cb_t
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_profile_queue.h
30
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/
btif_profile_queue.c
106
return (*(
btif_connect_cb_t
*)p_head->p_cb)(&p_head->bda);
136
btif_connect_cb_t
*connect_cb)
Completed in 186 milliseconds