Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c85 void btc_blufi_report_error(esp_blufi_error_state_t state) in btc_blufi_report_error() function
104 btc_blufi_report_error(ESP_BLUFI_SEQUENCE_ERROR); in btc_blufi_recv_handler()
116 btc_blufi_report_error(ESP_BLUFI_DECRYPT_ERROR); in btc_blufi_recv_handler()
128 btc_blufi_report_error(ESP_BLUFI_CHECKSUM_ERROR); in btc_blufi_recv_handler()
146 btc_blufi_report_error(ESP_BLUFI_MSG_STATE_ERROR); in btc_blufi_recv_handler()
153 btc_blufi_report_error(ESP_BLUFI_DH_MALLOC_ERROR); in btc_blufi_recv_handler()
162 btc_blufi_report_error(ESP_BLUFI_DATA_FORMAT_ERROR); in btc_blufi_recv_handler()
171 btc_blufi_report_error(ESP_BLUFI_DH_MALLOC_ERROR); in btc_blufi_recv_handler()
177 btc_blufi_report_error(ESP_BLUFI_DATA_FORMAT_ERROR); in btc_blufi_recv_handler()
254 btc_blufi_report_error(ESP_BLUFI_ENCRYPT_ERROR); in btc_blufi_send_encap()