Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_queue.cc53 btif_connect_cb_t connect_cb) in ConnectNode()
82 btif_connect_cb_t connect_cb_;
98 btif_connect_cb_t connect_cb) { in queue_int_add()
155 btif_connect_cb_t connect_cb) { in btif_queue_connect()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_queue.h65 btif_connect_cb_t connect_cb)>
67 btif_connect_cb_t /* connect_cb */) { return return_value; }};
69 btif_connect_cb_t connect_cb) { in operator()
Dmock_btif_profile_queue.cc71 btif_connect_cb_t connect_cb) { in btif_queue_connect()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_queue.h34 typedef bt_status_t (*btif_connect_cb_t)(RawAddress* bda, uint16_t uuid); typedef
37 btif_connect_cb_t connect_cb);