Searched refs:on_client_connection_state (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 38 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/ |
D | battery_service.rs | 431 fn on_client_connection_state( in on_client_connection_state() method
|
D | bluetooth_gatt.rs | 939 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/ |
D | iface_bluetooth_gatt.rs | 43 fn on_client_connection_state( in on_client_connection_state() method
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 250 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/ |
D | callbacks.rs | 712 fn on_client_connection_state( in on_client_connection_state() method
|
D | dbus_iface.rs | 1873 fn on_client_connection_state( in on_client_connection_state() method
|