Home
last modified time | relevance | path

Searched refs:SupportsBleExtendedAdvertising (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dcontroller_test.py49 …extended_advertising_supported = self.dut.hci_controller.SupportsBleExtendedAdvertising(empty_prot…
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc497 if (controller->SupportsBleExtendedAdvertising()) { in btif_get_adapter_property()
505 controller->SupportsBleExtendedAdvertising(); in btif_get_adapter_property()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h82 MOCK_METHOD(bool, SupportsBleExtendedAdvertising, (), (const));
Dcontroller_interface_mock.h82 MOCK_METHOD(bool, SupportsBleExtendedAdvertising, (), (const));
Dcontroller_interface.h87 virtual bool SupportsBleExtendedAdvertising() const = 0;
Dcontroller.h94 virtual bool SupportsBleExtendedAdvertising() const override;
Dcontroller.cc161 …ted(OpCode::LE_READ_MAXIMUM_ADVERTISING_DATA_LENGTH) && module_.SupportsBleExtendedAdvertising()) { in Start()
171 module_.SupportsBleExtendedAdvertising()) { in Start()
1328 LOCAL_LE_FEATURE_ACCESSOR(SupportsBleExtendedAdvertising, 12)
Dle_scanning_manager_test.cc138 bool SupportsBleExtendedAdvertising() const override { in SupportsBleExtendedAdvertising() function in bluetooth::hci::__anon08defe190211::TestController
Dle_scanning_manager.cc209 controller->SupportsBleExtendedAdvertising()) { in start()
Dle_advertising_manager.cc165 if (controller_->SupportsBleExtendedAdvertising()) { in start()
Dle_advertising_manager_test.cc76 bool SupportsBleExtendedAdvertising() const override { in SupportsBleExtendedAdvertising() function in bluetooth::hci::__anon463d69880111::TestController
/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc131 SUPPORTED_API(SupportsBleExtendedAdvertising) in SUPPORTED_API()
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto55 rpc SupportsBleExtendedAdvertising(google.protobuf.Empty) returns (SupportedMsg) {} rpc
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1523 if (bluetooth::shim::GetController()->SupportsBleExtendedAdvertising()) { in btm_send_hci_scan_enable()
1535 if (bluetooth::shim::GetController()->SupportsBleExtendedAdvertising()) { in btm_send_hci_set_scan_params()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h518 controller_->SupportsBleExtendedAdvertising() || in initialize_role_specific_data()