HomeSort by relevance Sort by last modified time
    Searched refs:mtu_size_found (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 339 mtu_size_found = mtu_event['data']['MTU']
340 if mtu_size_found != mtu:
341 log.error("MTU size found: {}, expected: {}".format(mtu_size_found,
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py 104 mtu_size_found = mtu_event['data']['MTU']
105 if mtu_size_found != expected_mtu:
107 mtu_size_found, expected_mtu))
119 mtu_size_found = mtu_event['data']['MTU']
120 if mtu_size_found != expected_mtu:
122 mtu_size_found, expected_mtu))
    [all...]

Completed in 1572 milliseconds