OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BleAdvertiserInterface
(Results
1 - 10
of
10
) sorted by null
/system/bt/btif/include/
btif_gatt.h
33
BleAdvertiserInterface
* get_ble_advertiser_instance();
/system/bt/include/hardware/
bt_gatt.h
66
BleAdvertiserInterface
* advertiser;
ble_advertiser.h
44
class
BleAdvertiserInterface
{
46
virtual ~
BleAdvertiserInterface
() = default;
/system/bt/service/hal/
fake_bluetooth_gatt_interface.h
70
std::shared_ptr<
BleAdvertiserInterface
> advertiser_handler,
135
BleAdvertiserInterface
* GetAdvertiserHALInterface() const override;
fake_bluetooth_gatt_interface.cc
26
std::shared_ptr<
BleAdvertiserInterface
> g_advertiser_handler;
147
std::shared_ptr<
BleAdvertiserInterface
> advertiser_handler,
314
BleAdvertiserInterface
* FakeBluetoothGattInterface::GetAdvertiserHALInterface()
bluetooth_gatt_interface.h
219
virtual
BleAdvertiserInterface
* GetAdvertiserHALInterface() const = 0;
bluetooth_gatt_interface.cc
467
BleAdvertiserInterface
* GetAdvertiserHALInterface() const override {
/system/bt/btif/src/
btif_ble_advertiser.cc
85
class BleAdvertiserInterfaceImpl : public
BleAdvertiserInterface
{
251
BleAdvertiserInterface
* btLeAdvertiserInstance = nullptr;
255
BleAdvertiserInterface
* get_ble_advertiser_instance() {
/system/bt/service/
low_energy_advertiser.cc
307
BleAdvertiserInterface
* hal_iface =
/system/bt/service/test/
low_energy_advertiser_unittest.cc
43
class MockAdvertiserHandler : public
BleAdvertiserInterface
{
87
std::static_pointer_cast<
BleAdvertiserInterface
>(mock_handler_),
Completed in 91 milliseconds