Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.c89 static void gatt_client_report_error_if_pending(gatt_client_t *gatt_client, uint8_t att_error_code);
1764 static void gatt_client_report_error_if_pending(gatt_client_t *gatt_client, uint8_t att_error_code)… in gatt_client_report_error_if_pending() argument
1766 gatt_client_handle_transaction_complete(gatt_client, att_error_code); in gatt_client_report_error_if_pending()
3242 uint8_t gatt_client_att_status_to_error_code(uint8_t att_error_code){ in gatt_client_att_status_to_error_code() argument
3243 switch (att_error_code){ in gatt_client_att_status_to_error_code()
3249 log_info("ATT ERROR 0x%02x mapped to ERROR_CODE_UNSPECIFIED_ERROR", att_error_code); in gatt_client_att_status_to_error_code()
H A Dgatt_client.h1281 uint8_t gatt_client_att_status_to_error_code(uint8_t att_error_code);