Searched refs:ConnectCallback (Results 1 – 5 of 5) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 111 void ConnectCallback(int conn_id, int status, int client_if, in ConnectCallback() function 120 ConnectCallback(g_interface, conn_id, status, client_if, bda)); in ConnectCallback() 389 ConnectCallback, 579 void BluetoothGattInterface::ClientObserver::ConnectCallback( in ConnectCallback() function in bluetooth::hal::BluetoothGattInterface::ClientObserver
|
D | bluetooth_gatt_interface.h | 72 virtual void ConnectCallback(BluetoothGattInterface* gatt_iface,
|
D | fake_bluetooth_gatt_interface.cc | 201 observer.ConnectCallback(this, conn_id, status, client_if, bda); in NotifyConnectCallback()
|
/system/bt/service/ |
D | low_energy_client.h | 105 void ConnectCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
|
D | low_energy_client.cc | 138 void LowEnergyClient::ConnectCallback(hal::BluetoothGattInterface* gatt_iface, in ConnectCallback() function in bluetooth::LowEnergyClient
|