Home
last modified time | relevance | path

Searched refs:GetAdvertiserHALInterface (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/
Dlow_energy_advertiser.cc135 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Enable( in ~LowEnergyAdvertiser()
137 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Unregister( in ~LowEnergyAdvertiser()
174 ->GetAdvertiserHALInterface() in StartAdvertising()
203 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Enable( in StopAdvertising()
307 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface(); in RegisterInstance()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h135 BleAdvertiserInterface* GetAdvertiserHALInterface() const override;
Dbluetooth_gatt_interface.h219 virtual BleAdvertiserInterface* GetAdvertiserHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cc314 BleAdvertiserInterface* FakeBluetoothGattInterface::GetAdvertiserHALInterface() in GetAdvertiserHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc467 BleAdvertiserInterface* GetAdvertiserHALInterface() const override { in GetAdvertiserHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl