Searched refs:gatt_client_report_error_if_pending (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.c | 89 static void gatt_client_report_error_if_pending(gatt_client_t *gatt_client, uint8_t att_error_code); 155 gatt_client_report_error_if_pending(gatt_client, ATT_ERROR_TIMEOUT); in gatt_client_timeout_handler() 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() function 1822 gatt_client_report_error_if_pending(gatt_client, ATT_ERROR_HCI_DISCONNECT_RECEIVED); in gatt_client_handle_disconnection_complete() 1854 … gatt_client_report_error_if_pending(gatt_client, gatt_client->pending_error_code); in gatt_client_event_packet_handler() 2298 gatt_client_report_error_if_pending(gatt_client, att_status); in gatt_client_handle_att_response() 2312 gatt_client_report_error_if_pending(gatt_client, att_status); in gatt_client_handle_att_response() 2387 gatt_client_report_error_if_pending(gatt_client, att_status); in gatt_client_handle_att_response() 2404 gatt_client_report_error_if_pending(gatt_client, att_status); in gatt_client_handle_att_response() 3347 gatt_client_report_error_if_pending(gatt_client, ATT_ERROR_HCI_DISCONNECT_RECEIVED); in gatt_client_classic_handle_disconnected() [all …]
|