Lines Matching refs:BluetoothGattInterface
49 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
51 hal::BluetoothGattInterface::Get() in ~LowEnergyClient()
63 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->connect( in Connect()
90 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect( in Disconnect()
116 bt_status_t status = hal::BluetoothGattInterface::Get() in SetMtu()
138 void LowEnergyClient::ConnectCallback(hal::BluetoothGattInterface* gatt_iface, in ConnectCallback()
159 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback()
177 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) { in MtuChangedCallback()
203 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
207 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
222 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
233 hal::BluetoothGattInterface* gatt_iface, int status, int client_id, in RegisterClientCallback()