Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc107 void ConnectCallback(int conn_id, int status, int client_if, bt_bdaddr_t* bda) { in ConnectCallback() function
116 ConnectCallback(g_interface, conn_id, status, client_if, *bda)); in ConnectCallback()
390 ConnectCallback,
579 void BluetoothGattInterface::ClientObserver::ConnectCallback( in ConnectCallback() function in bluetooth::hal::BluetoothGattInterface::ClientObserver
Dbluetooth_gatt_interface.h72 virtual void ConnectCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc194 ConnectCallback(this, conn_id, status, client_if, bda)); in NotifyConnectCallback()
/system/bt/service/
Dlow_energy_client.h105 void ConnectCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
Dlow_energy_client.cc136 void LowEnergyClient::ConnectCallback(hal::BluetoothGattInterface* gatt_iface, in ConnectCallback() function in bluetooth::LowEnergyClient