Searched refs:GattCallbackString (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 63 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 …]
|
D | bt_gatt_utils.py | 26 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/ |
D | irk_rotation_test.py | 31 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/ |
D | gatt_connect_test.py | 35 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 …]
|
D | gatt_connect_with_irk_test.py | 33 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/ |
D | gatt_connected_base_test.py | 30 from blueberry.utils.bt_gatt_constants import GattCallbackString 163 expected_event = GattCallbackString.SERV_ADDED.format(gatt_server_callback)
|