Searched refs:connect_cb (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_queue.cc | 53 btif_connect_cb_t connect_cb) in ConnectNode() argument 54 : address_(address), uuid_(uuid), busy_(false), connect_cb_(connect_cb) {} in ConnectNode() 98 btif_connect_cb_t connect_cb) { in queue_int_add() argument 104 ConnectNode param(bda, uuid, connect_cb); in queue_int_add() 155 btif_connect_cb_t connect_cb) { in btif_queue_connect() argument 157 base::BindOnce(&queue_int_add, uuid, *bda, connect_cb)); in btif_queue_connect()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_profile_queue.h | 65 btif_connect_cb_t connect_cb)> 69 btif_connect_cb_t connect_cb) { in operator() 70 return body(uuid, bda, connect_cb); in operator()
|
D | mock_btif_profile_queue.cc | 71 btif_connect_cb_t connect_cb) { in btif_queue_connect() argument 74 connect_cb); in btif_queue_connect()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_profile_queue.h | 37 btif_connect_cb_t connect_cb);
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2900 fn connect_cb(&mut self, conn_id: i32, status: GattStatus, client_id: i32, addr: RawAddress); in connect_cb() method 3015 fn connect_cb(&mut self, conn_id: i32, status: GattStatus, client_id: i32, addr: RawAddress) { in connect_cb() method
|