Lines Matching defs:expected_response
206 const uint8_t expected_response[] = { ATT_EXCHANGE_MTU_RESPONSE, att_connection.max_mtu, 0}; in TEST() local
222 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
233 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
245 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, 0, 0, ATT_ERRO… in TEST() local
257 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, value_handles[… in TEST() local
270 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, value_handles[… in TEST() local
283 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, ATT_READ_MULTIPLE_REQUEST, value_handles[… in TEST() local
299 …const uint8_t expected_response[] = {ATT_READ_MULTIPLE_RESPONSE, 0x64, 0x10, 0x06, 0x00, 0x1B, 0x2… in TEST() local
317 const uint8_t expected_response[] = {ATT_READ_MULTIPLE_RESPONSE, 0x64}; in TEST() local
334 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], 0x00, 0x00, ATT_ERROR_INV… in TEST() local
344 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], 0x00, 0x00, ATT_ERROR_INV… in TEST() local
356 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
369 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
383 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
395 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
407 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
424 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
454 const uint8_t expected_response[] = {ATT_WRITE_RESPONSE}; in TEST() local
469 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], 0x00, 0x00, ATT_ERROR_INV… in TEST() local
481 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
493 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
505 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
517 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
528 …const uint8_t expected_response[] = {ATT_ERROR_RESPONSE, att_request[0], att_request[1], att_reque… in TEST() local
583 const uint8_t expected_response[] = {ATT_PREPARE_WRITE_RESPONSE, 0x11, 0x00, 0x10, 0x00}; in TEST() local
592 uint16_t expected_response = 0x2A38; in TEST() local