Lines Matching refs:BluetoothGattInterface
41 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
46 hal::BluetoothGattInterface::Get() in ~GattServer()
96 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService()
170 hal::BluetoothGattInterface::Get() in SendResponse()
222 bt_status_t status = hal::BluetoothGattInterface::Get() in SendNotification()
248 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id, in ConnectionCallback() argument
297 void GattServer::ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback()
334 hal::BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback() argument
340 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadCharacteristicCallback() argument
373 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadDescriptorCallback() argument
407 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteCharacteristicCallback() argument
446 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteDescriptorCallback() argument
485 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestExecWriteCallback() argument
518 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int status) { in IndicationSentCallback() argument
574 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory()
578 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()
593 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
603 hal::BluetoothGattInterface* gatt_iface, int status, int server_id, in RegisterServerCallback()