Lines Matching refs:BluetoothGattInterface
54 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
59 hal::BluetoothGattInterface::Get()-> in ~GattServer()
199 bt_status_t status = hal::BluetoothGattInterface::Get()-> in EndServiceDeclaration()
356 bt_status_t result = hal::BluetoothGattInterface::Get()-> in SendResponse()
418 bt_status_t status = hal::BluetoothGattInterface::Get()-> in SendNotification()
449 hal::BluetoothGattInterface* /* gatt_iface */, in ConnectionCallback() argument
498 hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback()
533 hal::BluetoothGattInterface* gatt_iface, in CharacteristicAddedCallback()
566 hal::BluetoothGattInterface* gatt_iface, in DescriptorAddedCallback()
599 hal::BluetoothGattInterface* gatt_iface, in ServiceStartedCallback()
627 hal::BluetoothGattInterface* /* gatt_iface */, in ServiceStoppedCallback() argument
635 hal::BluetoothGattInterface* /* gatt_iface */, in RequestReadCallback() argument
690 hal::BluetoothGattInterface* /* gatt_iface */, in RequestWriteCallback() argument
759 hal::BluetoothGattInterface* /* gatt_iface */, in RequestExecWriteCallback() argument
794 hal::BluetoothGattInterface* /* gatt_iface */, in IndicationSentCallback() argument
843 void GattServer::HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) { in HandleNextEntry()
959 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory()
963 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()
979 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
991 hal::BluetoothGattInterface* gatt_iface, in RegisterServerCallback()