Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py60 def on_advertising_set_stopped(self, advertiser_id): member in BluetoothAdvertisingCallbacks
319 def on_advertising_set_stopped(self, advertiser_id): member in FlossAdvertisingClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs497 fn on_advertising_set_stopped(&mut self, advertiser_id: i32) { in on_advertising_set_stopped() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs584 fn on_advertising_set_stopped(&mut self, advertiser_id: i32) { in on_advertising_set_stopped() method
Ddbus_iface.rs1249 fn on_advertising_set_stopped(&mut self, advertiser_id: i32) {} in on_advertising_set_stopped() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs113 fn on_advertising_set_stopped(&mut self, advertiser_id: i32); in on_advertising_set_stopped() method