Home
last modified time | relevance | path

Searched refs:GATT_GENERIC_ACCESS_SERVICE (Results 1 – 4 of 4) sorted by relevance

/external/python/bumble/bumble/
Dgap.py24 GATT_GENERIC_ACCESS_SERVICE,
57 GATT_GENERIC_ACCESS_SERVICE,
Dgatt.py54 GATT_GENERIC_ACCESS_SERVICE = UUID.from_16_bits(0x1800, 'Generic Access') variable
/external/python/bumble/tests/
Ddevice_test.py40 GATT_GENERIC_ACCESS_SERVICE,
241 assert device.gatt_server.attributes[0].uuid == GATT_GENERIC_ACCESS_SERVICE
/external/python/bumble/apps/
Dpair.py33 GATT_GENERIC_ACCESS_SERVICE,
167 services = await peer.discover_service(GATT_GENERIC_ACCESS_SERVICE)