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

  /system/bt/service/test/
gatt_client_unittest.cc 55 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
60 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
71 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon2079::GattClientTest
126 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, uuid2);
131 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_SUCCESS,
150 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_FAIL, client_id1,
low_energy_client_unittest.cc 88 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
93 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
103 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon2083::LowEnergyClientTest
154 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, next_client_id_++,
215 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, uuid2);
220 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_SUCCESS,
239 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_FAIL, client_if1,
272 fake_hal_gatt_iface_->NotifyConnectCallback(
287 fake_hal_gatt_iface_->NotifyDisconnectCallback(
gatt_server_unittest.cc 183 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
188 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
198 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon2080::GattServerTest
232 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_SUCCESS,
281 fake_hal_gatt_iface_->NotifyServiceAddedCallback(
347 fake_hal_gatt_iface_->NotifyRegisterServerCallback(0, 0, hal_uuid);
352 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_SUCCESS,
372 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_FAIL, server_if1,
406 fake_hal_gatt_iface_->NotifyServerConnectionCallback(
410 fake_hal_gatt_iface_->NotifyRequestReadCharacteristicCallback
    [all...]
low_energy_scanner_unittest.cc 116 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
119 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
129 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon2084::LowEnergyScannerTest
309 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
323 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
330 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
337 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,

Completed in 1453 milliseconds