Home
last modified time | relevance | path

Searched refs:start_advertising_set (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs76 let reg_id = context.gatt_dbus.as_mut().unwrap().start_advertising_set( in start()
Ddbus_iface.rs1519 fn start_advertising_set( in start_advertising_set() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py529 …def start_advertising_set(self, parameters, advertise_data, scan_response, periodic_parameters, pe… member in FlossAdvertisingClient
806 …reg_id = self.start_advertising_set(parameters, advertise_data, scan_response, periodic_parameters,
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py295 …def start_advertising_set(self, parameters, advertise_data, scan_response, periodic_parameters, pe… member in Bluetooth
304 … return self.advertising_client.start_advertising_set(parameters, advertise_data, scan_response,
Dhost.py409 … reg_id = self.bluetooth.start_advertising_set(parameters, advertise_data, None, None, None, 0, 0)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs809 fn start_advertising_set( in start_advertising_set() method
894 fn start_advertising_set( in start_advertising_set() method
943 self.gatt.lock().unwrap().advertiser.start_advertising_set( in start_advertising_set()
1561 self.gatt.lock().unwrap().advertiser.start_advertising_set( in start_next_advertising()
1689 fn start_advertising_set( in start_advertising_set() method
Dbluetooth_gatt.rs429 fn start_advertising_set( in start_advertising_set() method
2321 fn start_advertising_set( in start_advertising_set() method
2332 self.adv_manager.get_impl().start_advertising_set( in start_advertising_set()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py111 async def start_advertising_set(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs236 fn start_advertising_set(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_advertising_set() method
238 advertiser.start_advertising_set( in start_advertising_set()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs661 fn start_advertising_set( in start_advertising_set() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1680 pub fn start_advertising_set( in start_advertising_set() method