Home
last modified time | relevance | path

Searched refs: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
234 observer.on_advertising_set_stopped(advertiser_id)
319 def on_advertising_set_stopped(self, advertiser_id): member in FlossAdvertisingClient
/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
968 cb.on_advertising_set_stopped(advertiser_id); in stop_advertising_set()
976 cb.on_advertising_set_stopped(advertiser_id); in stop_advertising_set()
1761 cb.on_advertising_set_stopped(info.id); in stop_advertising_set()
/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