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

  /system/bt/stack/btm/
ble_advertiser_hci_interface.h 30 class BleAdvertiserHciInterface {
37 static BleAdvertiserHciInterface* Get();
40 virtual ~BleAdvertiserHciInterface() = default;
ble_advertiser_hci_interface.cc 43 using status_cb = BleAdvertiserHciInterface::status_cb;
52 BleAdvertiserHciInterface* instance = nullptr;
76 void parameters_response_parser(BleAdvertiserHciInterface::parameters_cb cb,
88 void known_tx_pwr(BleAdvertiserHciInterface::parameters_cb cb, int8_t tx_power,
93 class BleAdvertiserVscHciInterfaceImpl : public BleAdvertiserHciInterface {
289 ((BleAdvertiserVscHciInterfaceImpl*)BleAdvertiserHciInterface::Get())
306 class BleAdvertiserLegacyHciInterfaceImpl : public BleAdvertiserHciInterface {
462 class BleAdvertiserHciExtendedImpl : public BleAdvertiserHciInterface {
694 if (BleAdvertiserHciInterface::Get()) {
695 ((BleAdvertiserHciExtendedImpl*)BleAdvertiserHciInterface::Get()
    [all...]
btm_ble_multi_adv.cc 43 using SetEnableData = BleAdvertiserHciInterface::SetEnableData;
157 public BleAdvertiserHciInterface::AdvertisingEventObserver {
159 BleAdvertisingManagerImpl(BleAdvertiserHciInterface* interface) {
757 base::Bind(&BleAdvertiserHciInterface::SetPeriodicAdvertisingData,
    [all...]
  /system/bt/stack/include/
ble_advertiser.h 63 class BleAdvertiserHciInterface;
72 static void Initialize(BleAdvertiserHciInterface* interface);
156 /* This method is a member of BleAdvertiserHciInterface, and is exposed here
  /system/bt/stack/test/
ble_advertiser_test.cc 37 using status_cb = BleAdvertiserHciInterface::status_cb;
38 using parameters_cb = BleAdvertiserHciInterface::parameters_cb;
39 using SetEnableData = BleAdvertiserHciInterface::SetEnableData;
96 class AdvertiserHciMock : public BleAdvertiserHciInterface {
    [all...]

Completed in 545 milliseconds