Home
last modified time | relevance | path

Searched refs:SetPeriodicAdvertisingEnable (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc177 void BleAdvertiserIntf::SetPeriodicAdvertisingEnable(uint8_t adv_id, bool enable, bool include_adi)… in SetPeriodicAdvertisingEnable() function in bluetooth::topshim::rust::BleAdvertiserIntf
178 adv_intf_->SetPeriodicAdvertisingEnable( in SetPeriodicAdvertisingEnable()
Dgatt_ble_advertiser_shim.h74 void SetPeriodicAdvertisingEnable(uint8_t adv_id, bool enable, bool include_adi);
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_le_advertising_manager.h78 MOCK_METHOD((void), SetPeriodicAdvertisingEnable,
/packages/modules/Bluetooth/system/include/hardware/
Dble_advertiser.h143 virtual void SetPeriodicAdvertisingEnable(int advertiser_id, bool enable,
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py104 await self.__gatt_stub.SetPeriodicAdvertisingEnable(empty_proto.Empty())
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc198 void SetPeriodicAdvertisingEnable(int advertiser_id, bool enable, in SetPeriodicAdvertisingEnable() function in BleAdvertiserInterfaceImpl
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py682 self.proxy().SetPeriodicAdvertisingEnable(advertiser_id, enable)
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto42 rpc SetPeriodicAdvertisingEnable(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs369 fn SetPeriodicAdvertisingEnable( in SetPeriodicAdvertisingEnable() function
1715 mutcxxcall!(self, SetPeriodicAdvertisingEnable, adv_id, enable, include_adi); in set_periodic_advertising_enable()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2446 sGattIf->advertiser->SetPeriodicAdvertisingEnable( in setPeriodicAdvertisingEnableNative()