Searched refs:SetPeriodicAdvertisingEnable (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_advertiser_shim.cc | 177 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()
|
D | gatt_ble_advertiser_shim.h | 74 void SetPeriodicAdvertisingEnable(uint8_t adv_id, bool enable, bool include_adi);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_le_advertising_manager.h | 78 MOCK_METHOD((void), SetPeriodicAdvertisingEnable,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_advertiser.h | 143 virtual void SetPeriodicAdvertisingEnable(int advertiser_id, bool enable,
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 104 await self.__gatt_stub.SetPeriodicAdvertisingEnable(empty_proto.Empty())
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_advertising_manager.cc | 198 void SetPeriodicAdvertisingEnable(int advertiser_id, bool enable, in SetPeriodicAdvertisingEnable() function in BleAdvertiserInterfaceImpl
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | advertising_client.py | 682 self.proxy().SetPeriodicAdvertisingEnable(advertiser_id, enable)
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 42 rpc SetPeriodicAdvertisingEnable(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 369 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/ |
D | com_android_bluetooth_gatt.cpp | 2446 sGattIf->advertiser->SetPeriodicAdvertisingEnable( in setPeriodicAdvertisingEnableNative()
|