HomeSort by relevance Sort by last modified time
    Searched refs:fake_hal_gatt_iface_ (Results 1 - 3 of 3) sorted by null

  /system/bt/service/test/
gatt_server_unittest.cpp 166 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
171 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
181 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon73931::GattServerTest
216 fake_hal_gatt_iface_->NotifyRegisterServerCallback(
271 fake_hal_gatt_iface_->NotifyServiceAddedCallback(
273 fake_hal_gatt_iface_->NotifyCharacteristicAddedCallback(
276 fake_hal_gatt_iface_->NotifyDescriptorAddedCallback(
279 fake_hal_gatt_iface_->NotifyServiceStartedCallback(
349 fake_hal_gatt_iface_->NotifyRegisterServerCallback(0, 0, hal_uuid);
355 fake_hal_gatt_iface_->NotifyRegisterServerCallback
    [all...]
gatt_client_unittest.cpp 70 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
74 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
85 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon73929::GattClientTest
141 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, hal_uuid);
147 fake_hal_gatt_iface_->NotifyRegisterClientCallback(
167 fake_hal_gatt_iface_->NotifyRegisterClientCallback(
low_energy_client_unittest.cpp 169 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
173 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
183 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon73933::LowEnergyClientTest
239 fake_hal_gatt_iface_->NotifyRegisterClientCallback(
263 fake_hal_gatt_iface_->NotifyMultiAdvEnableCallback(
265 fake_hal_gatt_iface_->NotifyMultiAdvDataCallback(
277 fake_hal_gatt_iface_->NotifyMultiAdvEnableCallback(
279 fake_hal_gatt_iface_->NotifyMultiAdvDataCallback(
282 fake_hal_gatt_iface_->NotifyMultiAdvDisableCallback(
343 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, hal_uuid)
    [all...]

Completed in 42 milliseconds