Lines Matching refs:FakeBluetoothGattInterface
26 std::shared_ptr<FakeBluetoothGattInterface::TestClientHandler> g_client_handler;
27 std::shared_ptr<FakeBluetoothGattInterface::TestServerHandler> g_server_handler;
231 FakeBluetoothGattInterface::FakeBluetoothGattInterface( in FakeBluetoothGattInterface() function in bluetooth::hal::FakeBluetoothGattInterface
246 FakeBluetoothGattInterface::~FakeBluetoothGattInterface() { in ~FakeBluetoothGattInterface()
256 void FakeBluetoothGattInterface::NotifyRegisterClientCallback( in NotifyRegisterClientCallback()
263 void FakeBluetoothGattInterface::NotifyConnectCallback( in NotifyConnectCallback()
269 void FakeBluetoothGattInterface::NotifyDisconnectCallback( in NotifyDisconnectCallback()
275 void FakeBluetoothGattInterface::NotifyScanResultCallback( in NotifyScanResultCallback()
281 void FakeBluetoothGattInterface::NotifyMultiAdvEnableCallback( in NotifyMultiAdvEnableCallback()
287 void FakeBluetoothGattInterface::NotifyMultiAdvDataCallback( in NotifyMultiAdvDataCallback()
293 void FakeBluetoothGattInterface::NotifyMultiAdvDisableCallback( in NotifyMultiAdvDisableCallback()
299 void FakeBluetoothGattInterface::NotifyRegisterServerCallback( in NotifyRegisterServerCallback()
306 void FakeBluetoothGattInterface::NotifyServerConnectionCallback( in NotifyServerConnectionCallback()
313 void FakeBluetoothGattInterface::NotifyServiceAddedCallback( in NotifyServiceAddedCallback()
322 void FakeBluetoothGattInterface::NotifyCharacteristicAddedCallback( in NotifyCharacteristicAddedCallback()
332 void FakeBluetoothGattInterface::NotifyDescriptorAddedCallback( in NotifyDescriptorAddedCallback()
342 void FakeBluetoothGattInterface::NotifyServiceStartedCallback( in NotifyServiceStartedCallback()
349 void FakeBluetoothGattInterface::NotifyRequestReadCallback( in NotifyRequestReadCallback()
358 void FakeBluetoothGattInterface::NotifyRequestWriteCallback( in NotifyRequestWriteCallback()
370 void FakeBluetoothGattInterface::NotifyRequestExecWriteCallback( in NotifyRequestExecWriteCallback()
377 void FakeBluetoothGattInterface::NotifyIndicationSentCallback( in NotifyIndicationSentCallback()
383 void FakeBluetoothGattInterface::AddClientObserver(ClientObserver* observer) { in AddClientObserver()
388 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver()
394 void FakeBluetoothGattInterface::AddServerObserver(ServerObserver* observer) { in AddServerObserver()
399 void FakeBluetoothGattInterface::RemoveServerObserver( in RemoveServerObserver()
406 FakeBluetoothGattInterface::GetClientHALInterface() const { in GetClientHALInterface()
411 FakeBluetoothGattInterface::GetServerHALInterface() const { in GetServerHALInterface()