Searched refs:ConnectionCallback (Results 1 – 8 of 8) sorted by relevance
/system/weaved/libweaved/ |
D | service.h | 112 using ConnectionCallback = variable 133 const ConnectionCallback& callback) WARN_UNUSED_RESULT;
|
D | service.cc | 175 const ConnectionCallback& connection_callback); 235 ConnectionCallback connection_callback_; 294 const ConnectionCallback& connection_callback) in ServiceImpl() 500 const ConnectionCallback& callback) { in Connect()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cpp | 277 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function 286 ConnectionCallback(g_interface, conn_id, server_if, connected, *bda)); in ConnectionCallback() 471 ConnectionCallback, 744 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
|
D | bluetooth_gatt_interface.h | 152 virtual void ConnectionCallback(
|
D | fake_bluetooth_gatt_interface.cpp | 310 ConnectionCallback(this, conn_id, server_if, connected, bda)); in NotifyServerConnectionCallback()
|
/system/bt/service/ |
D | gatt_server.h | 257 void ConnectionCallback(
|
D | gatt_server_old.cpp | 284 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function 415 ConnectionCallback,
|
D | gatt_server.cpp | 448 void GattServer::ConnectionCallback( in ConnectionCallback() function in bluetooth::GattServer
|