Home
last modified time | relevance | path

Searched refs:stop_advertising_set (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs96 context.gatt_dbus.as_mut().unwrap().stop_advertising_set(adv_id); in stop_all()
Ddbus_iface.rs1534 fn stop_advertising_set(&mut self, advertiser_id: i32) { in stop_advertising_set() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py557 def stop_advertising_set(self, advertiser_id): member in FlossAdvertisingClient
830 if not self.stop_advertising_set(advertiser_id):
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py308 def stop_advertising_set(self, advertiser_id): member in Bluetooth
309 return self.advertising_client.stop_advertising_set(advertiser_id)
Dhost.py442 self.bluetooth.stop_advertising_set(started)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs822 fn stop_advertising_set(&mut self, advertiser_id: i32); in stop_advertising_set() method
956 fn stop_advertising_set(&mut self, advertiser_id: i32) { in stop_advertising_set() method
1754 fn stop_advertising_set(&mut self, adv_id: i32) { in stop_advertising_set() method
Dbluetooth_gatt.rs442 fn stop_advertising_set(&mut self, advertiser_id: i32); in stop_advertising_set() method
2344 fn stop_advertising_set(&mut self, advertiser_id: i32) { in stop_advertising_set() method
2345 self.adv_manager.get_impl().stop_advertising_set(advertiser_id) in stop_advertising_set()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs676 fn stop_advertising_set(&mut self, advertiser_id: i32) { in stop_advertising_set() method