Searched refs:DisconnectCallback (Results 1 – 5 of 5) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 122 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
|
D | bluetooth_gatt_interface.h | 76 virtual void DisconnectCallback(BluetoothGattInterface* gatt_iface,
|
D | fake_bluetooth_gatt_interface.cc | 204 observer.DisconnectCallback(this, conn_id, status, client_if, bda); in NotifyDisconnectCallback()
|
/system/bt/service/ |
D | low_energy_client.h | 108 void DisconnectCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
|
D | low_energy_client.cc | 155 void LowEnergyClient::DisconnectCallback( in DisconnectCallback() function in bluetooth::LowEnergyClient
|