Searched refs:ConnectionCallback (Results 1 – 8 of 8) sorted by relevance
/system/bt/profile/avrcp/ |
D | connection_handler.h | 53 using ConnectionCallback = base::Callback<void(std::shared_ptr<Device>)>; 66 static bool Initialize(const ConnectionCallback& callback, 127 ConnectionCallback connection_cb_;
|
D | connection_handler.cc | 60 bool ConnectionHandler::Initialize(const ConnectionCallback& callback, in Initialize()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 237 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function 245 ConnectionCallback(g_interface, conn_id, server_if, connected, bda)); in ConnectionCallback() 410 ConnectionCallback, 649 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
|
D | bluetooth_gatt_interface.h | 125 virtual void ConnectionCallback(BluetoothGattInterface* gatt_iface,
|
D | fake_bluetooth_gatt_interface.cc | 218 observer.ConnectionCallback(this, conn_id, server_if, connected, bda); in NotifyServerConnectionCallback()
|
/system/bt/service/ |
D | gatt_server.h | 195 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
|
D | gatt_server_old.cc | 329 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function 409 ConnectionCallback,
|
D | gatt_server.cc | 245 void GattServer::ConnectionCallback( in ConnectionCallback() function in bluetooth::GattServer
|