Lines Matching refs:BluetoothGattInterface
324 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient()
327 hal::BluetoothGattInterface::Get()-> in ~LowEnergyClient()
329 hal::BluetoothGattInterface::Get()-> in ~LowEnergyClient()
343 bt_status_t status = hal::BluetoothGattInterface::Get()-> in Connect()
370 bt_status_t status = hal::BluetoothGattInterface::Get()-> in Disconnect()
397 bt_status_t status = hal::BluetoothGattInterface::Get()-> in SetMtu()
423 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StartScan()
440 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StopScan()
488 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StartAdvertising()
532 bt_status_t status = hal::BluetoothGattInterface::Get()-> in StopAdvertising()
566 hal::BluetoothGattInterface* gatt_iface, in ScanResultCallback()
587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in ConnectCallback()
608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback()
627 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in MtuChangedCallback()
652 hal::BluetoothGattInterface* gatt_iface, in MultiAdvEnableCallback()
676 hal::BluetoothGattInterface* gatt_iface, in MultiAdvDataCallback()
699 hal::BluetoothGattInterface* /* gatt_iface */, in MultiAdvDisableCallback() argument
722 hal::BluetoothGattInterface* gatt_iface, in SetAdvertiseData()
777 hal::BluetoothGattInterface* gatt_iface) { in HandleDeferredAdvertiseData()
832 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
836 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory()
852 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
864 hal::BluetoothGattInterface* gatt_iface, in RegisterClientCallback()