Home
last modified time | relevance | path

Searched refs:GATT_SERV_DISC (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py74 GATT_SERV_DISC = "GattConnect{}onServicesDiscovered" variable in GattCallbackString
133 GATT_SERV_DISC = { variable in GattEvent
134 "evt": GattCallbackString.GATT_SERV_DISC,
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py603 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
656 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
711 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
828 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py73 event = self._client_wait(GattEvent.GATT_SERV_DISC)