Searched refs:gatt_client_att_status_to_error_code (Results 1 – 6 of 6) sorted by relevance
1510 TEST(GATTClient, gatt_client_att_status_to_error_code) { in TEST() argument1511 uint8_t status = gatt_client_att_status_to_error_code(ATT_ERROR_SUCCESS); in TEST()1514 status = gatt_client_att_status_to_error_code(ATT_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH); in TEST()1517 status = gatt_client_att_status_to_error_code(ATT_ERROR_UNLIKELY_ERROR); in TEST()
342 …>packet_handler, connection->con_handle, connection->cid, gatt_client_att_status_to_error_code(sta… in gatt_service_client_run_for_client()360 …>packet_handler, connection->con_handle, connection->cid, gatt_client_att_status_to_error_code(sta… in gatt_service_client_handle_query_complete()
1281 uint8_t gatt_client_att_status_to_error_code(uint8_t att_error_code);
3242 uint8_t gatt_client_att_status_to_error_code(uint8_t att_error_code){ in gatt_client_att_status_to_error_code() function
362 … status = gatt_client_att_status_to_error_code(gatt_event_query_complete_get_att_status(packet)); in handle_gatt_client_event()
1234 … status = gatt_client_att_status_to_error_code(gatt_event_query_complete_get_att_status(packet)); in handle_gatt_client_event()