Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.c1429 gatt_client->pending_error_code = ATT_ERROR_INSUFFICIENT_AUTHENTICATION; in gatt_client_run_for_gatt_client()
1432 gatt_client->pending_error_code = ATT_ERROR_INSUFFICIENT_ENCRYPTION; in gatt_client_run_for_gatt_client()
1811 gatt_client_handle_transaction_complete(gatt_client, gatt_client->pending_error_code); in gatt_client_handle_reencryption_complete()
1853 … log_info("pairing failed, report previous error 0x%x", gatt_client->pending_error_code); in gatt_client_event_packet_handler()
1854 … gatt_client_report_error_if_pending(gatt_client, gatt_client->pending_error_code); in gatt_client_event_packet_handler()
2395 gatt_client->pending_error_code = att_status; in gatt_client_handle_att_response()
H A Dgatt_client.h270 uint8_t pending_error_code; member