Home
last modified time | relevance | path

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

/btstack/test/att_db/
H A Datt_db_test.cpp206 const uint8_t expected_response[] = { ATT_EXCHANGE_MTU_RESPONSE, att_connection.max_mtu, 0}; in TEST() local
207 MEMCMP_EQUAL(expected_response, att_response, att_response_len); in TEST()
222 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
223 CHECK_EQUAL(sizeof(expected_response), att_response_len); in TEST()
224 MEMCMP_EQUAL(expected_response, att_response, att_response_len); in TEST()
233 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
234 CHECK_EQUAL(sizeof(expected_response), att_response_len); in TEST()
235 MEMCMP_EQUAL(expected_response, att_response, att_response_len); in TEST()
245 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
246 CHECK_EQUAL(sizeof(expected_response), att_response_len); in TEST()
[all …]