Home
last modified time | relevance | path

Searched refs:GattCallbackString (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py63 class GattCallbackString(StrEnum): class
94 "evt": GattCallbackString.CHAR_WRITE_REQ,
98 "evt": GattCallbackString.EXEC_WRITE,
102 "evt": GattCallbackString.CHAR_WRITE,
106 "evt": GattCallbackString.DESC_WRITE_REQ,
110 "evt": GattCallbackString.DESC_WRITE,
114 "evt": GattCallbackString.CHAR_READ,
118 "evt": GattCallbackString.CHAR_READ_REQ,
122 "evt": GattCallbackString.DESC_READ,
126 "evt": GattCallbackString.DESC_READ_REQ,
[all …]
Dbt_gatt_utils.py26 from blueberry.utils.bt_gatt_constants import GattCallbackString
57 expected_event = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
73 expected_event = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
104 expected_event = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
170 GattCallbackString.DESC_WRITE_REQ.format(
183 expected_event = GattCallbackString.DESC_WRITE.format(bluetooth_gatt)
239 expected_event = GattCallbackString.SERV_ADDED.format(gatt_server_callback)
331 expected_event = GattCallbackString.MTU_CHANGED.format(gatt_callback)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/security/
Dirk_rotation_test.py31 from blueberry.utils.bt_gatt_constants import GattCallbackString
143 expected_event_name = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
156 expected_event_name = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
162 expected_event_name = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
168 expected_event_name = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py35 from blueberry.utils.bt_gatt_constants import GattCallbackString
110 expected_event = GattCallbackString.SERV_ADDED.format(gatt_server_cb)
122 expected_event = GattCallbackString.MTU_CHANGED.format(gatt_callback)
133 expected_event = GattCallbackString.MTU_SERV_CHANGED.format(gatt_server_callback)
225 GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback, self.default_timeout))
304 expected_event = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
477 expected_event = GattCallbackString.RD_REMOTE_RSSI.format(gatt_callback)
524 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
577 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
632 expected_event = GattCallbackString.GATT_SERV_DISC.format(gatt_callback)
[all …]
Dgatt_connect_with_irk_test.py33 from blueberry.utils.bt_gatt_constants import GattCallbackString
139 expected_event_name = GattCallbackString.GATT_CONN_CHANGE.format(gatt_callback)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py30 from blueberry.utils.bt_gatt_constants import GattCallbackString
163 expected_event = GattCallbackString.SERV_ADDED.format(gatt_server_callback)