Searched refs:FlossAdapterClient (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | adapter_client.py | 144 class FlossAdapterClient(BluetoothCallbacks, BluetoothConnectionCallbacks): class 226 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 241 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 251 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 261 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 299 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 309 parsed, remote_device = FlossAdapterClient.parse_dbus_device(remote_device_dbus) 571 (success, devtuple) = FlossAdapterClient.parse_dbus_device(device)
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 67 self.adapter_client = adapter_client.FlossAdapterClient(self.bus, self.DEFAULT_ADAPTER) 200 self.adapter_client = adapter_client.FlossAdapterClient(self.bus, default_adapter)
|