Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc234 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function
243 ConnectionCallback(g_interface, conn_id, server_if, connected, *bda)); in ConnectionCallback()
412 ConnectionCallback,
651 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h123 virtual void ConnectionCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc213 ConnectionCallback(this, conn_id, server_if, connected, bda)); in NotifyServerConnectionCallback()
/system/bt/service/
Dgatt_server.h194 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
Dgatt_server_old.cc329 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function
408 ConnectionCallback,
Dgatt_server.cc248 void GattServer::ConnectionCallback( in ConnectionCallback() function in bluetooth::GattServer