Home
last modified time | relevance | path

Searched refs:GATTService (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/
Dbumble_server.py25 from bumble_experimental.gatt import GATTService
77 lambda bumble, _, server: add_GATTServicer_to_server(GATTService(bumble.device), server))
/packages/modules/Bluetooth/floss/pandora/server/
Dserver.py62 gatt_service = gatt.GATTService(bluetooth)
Dgatt.py31 class GATTService(gatt_grpc_aio.GATTServicer): class
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py25 from bumble_experimental.gatt import GATTService
50 lambda bumble, _, server: add_GATTServicer_to_server(GATTService(bumble.device), server)
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py59 class GATTService(GATTServicer): class