Home
last modified time | relevance | path

Searched refs:on_connection_updated (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py162 def on_connection_updated(self, addr, interval, latency, timeout, status): member in GattClientCallbacks
441 observer.on_connection_updated(addr, interval, latency, timeout, status)
634 def on_connection_updated(self, addr, interval, latency, timeout, status): member in FlossGattClient
Dgatt_server.py175 def on_connection_updated(self, addr, interval, latency, timeout, status): member in GattServerCallbacks
536 observer.on_connection_updated(addr, interval, latency, timeout, status)
1286 def on_connection_updated(self, addr, interval, latency, timeout, status): member in FlossGattServer
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs252 fn on_connection_updated( in on_connection_updated() method
Dbattery_service.rs527 fn on_connection_updated( in on_connection_updated() method
Dbluetooth_gatt.rs1010 fn on_connection_updated( in on_connection_updated() method
1099 fn on_connection_updated( in on_connection_updated() method
3238 cb.on_connection_updated(addr, interval as i32, latency as i32, timeout as i32, status); in conn_updated_cb()
3683 cb.on_connection_updated( in conn_updated_cb()
4298 fn on_connection_updated( in on_connection_updated() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs132 fn on_connection_updated( in on_connection_updated() method
260 fn on_connection_updated( in on_connection_updated() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs849 fn on_connection_updated( in on_connection_updated() method
1108 fn on_connection_updated( in on_connection_updated() method
Ddbus_iface.rs1943 fn on_connection_updated( in on_connection_updated() method
2047 fn on_connection_updated( in on_connection_updated() method
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py320 def on_connection_updated(self, addr, interval, latency, timeout, status): member in GATTService.ClearCache.ClearCacheObserver