Lines Matching refs:FakeBluetoothGattInterface

28 std::shared_ptr<FakeBluetoothGattInterface::TestClientHandler> g_client_handler;
29 std::shared_ptr<FakeBluetoothGattInterface::TestServerHandler> g_server_handler;
150 FakeBluetoothGattInterface::FakeBluetoothGattInterface( in FakeBluetoothGattInterface() function in bluetooth::hal::FakeBluetoothGattInterface
171 FakeBluetoothGattInterface::~FakeBluetoothGattInterface() { in ~FakeBluetoothGattInterface()
183 void FakeBluetoothGattInterface::NotifyScanResultCallback( in NotifyScanResultCallback()
190 void FakeBluetoothGattInterface::NotifyRegisterClientCallback( in NotifyRegisterClientCallback()
197 void FakeBluetoothGattInterface::NotifyConnectCallback(int conn_id, int status, in NotifyConnectCallback()
205 void FakeBluetoothGattInterface::NotifyDisconnectCallback( in NotifyDisconnectCallback()
212 void FakeBluetoothGattInterface::NotifyRegisterServerCallback( in NotifyRegisterServerCallback()
219 void FakeBluetoothGattInterface::NotifyServerConnectionCallback( in NotifyServerConnectionCallback()
226 void FakeBluetoothGattInterface::NotifyServiceAddedCallback( in NotifyServiceAddedCallback()
233 void FakeBluetoothGattInterface::NotifyRequestReadCharacteristicCallback( in NotifyRequestReadCharacteristicCallback()
242 void FakeBluetoothGattInterface::NotifyRequestReadDescriptorCallback( in NotifyRequestReadDescriptorCallback()
251 void FakeBluetoothGattInterface::NotifyRequestWriteCharacteristicCallback( in NotifyRequestWriteCharacteristicCallback()
261 void FakeBluetoothGattInterface::NotifyRequestWriteDescriptorCallback( in NotifyRequestWriteDescriptorCallback()
271 void FakeBluetoothGattInterface::NotifyRequestExecWriteCallback( in NotifyRequestExecWriteCallback()
278 void FakeBluetoothGattInterface::NotifyIndicationSentCallback(int conn_id, in NotifyIndicationSentCallback()
285 void FakeBluetoothGattInterface::AddScannerObserver(ScannerObserver* observer) { in AddScannerObserver()
290 void FakeBluetoothGattInterface::RemoveScannerObserver( in RemoveScannerObserver()
296 void FakeBluetoothGattInterface::AddClientObserver(ClientObserver* observer) { in AddClientObserver()
301 void FakeBluetoothGattInterface::RemoveClientObserver( in RemoveClientObserver()
307 void FakeBluetoothGattInterface::AddServerObserver(ServerObserver* observer) { in AddServerObserver()
312 void FakeBluetoothGattInterface::RemoveServerObserver( in RemoveServerObserver()
318 BleAdvertiserInterface* FakeBluetoothGattInterface::GetAdvertiserHALInterface() in GetAdvertiserHALInterface()
323 BleScannerInterface* FakeBluetoothGattInterface::GetScannerHALInterface() in GetScannerHALInterface()
329 FakeBluetoothGattInterface::GetClientHALInterface() const { in GetClientHALInterface()
334 FakeBluetoothGattInterface::GetServerHALInterface() const { in GetServerHALInterface()