Home
last modified time | relevance | path

Searched defs:start_advertising (Results 1 – 5 of 5) sorted by relevance

/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/hci/
Dle_advertising_manager.cc518 void start_advertising( in start_advertising() function
/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
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1662 pub fn start_advertising( in start_advertising() method