Home
last modified time | relevance | path

Searched refs:DisconnectCallback (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc122 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback() function
131 DisconnectCallback(g_interface, conn_id, status, client_if, bda)); in DisconnectCallback()
389 DisconnectCallback,
583 void BluetoothGattInterface::ClientObserver::DisconnectCallback( in DisconnectCallback() function in bluetooth::hal::BluetoothGattInterface::ClientObserver
Dbluetooth_gatt_interface.h76 virtual void DisconnectCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc204 observer.DisconnectCallback(this, conn_id, status, client_if, bda); in NotifyDisconnectCallback()
/system/bt/service/
Dlow_energy_client.h108 void DisconnectCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
Dlow_energy_client.cc155 void LowEnergyClient::DisconnectCallback( in DisconnectCallback() function in bluetooth::LowEnergyClient