Home
last modified time | relevance | path

Searched refs:start_advertising (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/power/
Dsuspend_test.py67 self.dut().start_advertising()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py125 def start_advertising(self): member in TopshimDevice
Dgatt_client.py106 async def start_advertising(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs228 fn start_advertising(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_advertising() method
230 advertiser.start_advertising(0, self.create_advertise_parameters(), vec![0], vec![0], 0); in start_advertising()
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc518 void start_advertising( in start_advertising() function
1965 &impl::start_advertising, in StartAdvertising()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1662 pub fn start_advertising( in start_advertising() method