Home
last modified time | relevance | path

Searched refs:ConnectionCallback (Results 1 – 8 of 8) sorted by relevance

/system/weaved/libweaved/
Dservice.h112 using ConnectionCallback = variable
133 const ConnectionCallback& callback) WARN_UNUSED_RESULT;
Dservice.cc175 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/
Dbluetooth_gatt_interface.cpp277 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
Dbluetooth_gatt_interface.h152 virtual void ConnectionCallback(
Dfake_bluetooth_gatt_interface.cpp310 ConnectionCallback(this, conn_id, server_if, connected, bda)); in NotifyServerConnectionCallback()
/system/bt/service/
Dgatt_server.h257 void ConnectionCallback(
Dgatt_server_old.cpp284 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function
415 ConnectionCallback,
Dgatt_server.cpp448 void GattServer::ConnectionCallback( in ConnectionCallback() function in bluetooth::GattServer