Home
last modified time | relevance | path

Searched refs:on_client_connection_state (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py38 def on_client_connection_state(self, status, client_id, connected, addr): member in GattClientCallbacks
304 observer.on_client_connection_state(status, client_id, connected, addr)
489 def on_client_connection_state(self, status, client_id, connected, addr): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs431 fn on_client_connection_state( in on_client_connection_state() method
Dbluetooth_gatt.rs939 fn on_client_connection_state( in on_client_connection_state() method
3022 cb.on_client_connection_state(status, client_id, status == GattStatus::Success, addr); in connect_cb()
3035 cb.on_client_connection_state(status, client_id, false, addr); in disconnect_cb()
4227 fn on_client_connection_state( in on_client_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs43 fn on_client_connection_state( in on_client_connection_state() method
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py250 def on_client_connection_state(self, status, client_id, connected, addr): member in HostService.ConnectLE.ConnectionObserver
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs712 fn on_client_connection_state( in on_client_connection_state() method
Ddbus_iface.rs1873 fn on_client_connection_state( in on_client_connection_state() method