Lines Matching refs:BluetoothGattInterface
40 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
45 hal::BluetoothGattInterface::Get() in ~GattServer()
95 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService()
168 hal::BluetoothGattInterface::Get() in SendResponse()
220 bt_status_t status = hal::BluetoothGattInterface::Get() in SendNotification()
246 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id, in ConnectionCallback() argument
295 void GattServer::ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback()
332 hal::BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback() argument
338 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadCharacteristicCallback() argument
371 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestReadDescriptorCallback() argument
405 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteCharacteristicCallback() argument
444 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestWriteDescriptorCallback() argument
483 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int trans_id, in RequestExecWriteCallback() argument
516 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int status) { in IndicationSentCallback() argument
572 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory()
576 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()
591 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
602 hal::BluetoothGattInterface* gatt_iface, int status, int server_id, in RegisterServerCallback()