Lines Matching refs:BluetoothGattInterface
46 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
48 hal::BluetoothGattInterface::Get() in ~LowEnergyClient()
60 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->connect( in Connect()
87 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect( in Disconnect()
113 bt_status_t status = hal::BluetoothGattInterface::Get() in SetMtu()
135 void LowEnergyClient::ConnectCallback(hal::BluetoothGattInterface* gatt_iface, in ConnectCallback()
156 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback()
174 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) { in MtuChangedCallback()
200 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
204 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
219 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
229 hal::BluetoothGattInterface* gatt_iface, int status, int client_id, in RegisterClientCallback()