Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c165 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.\n", __FUNCTION__); in SMP_Pair()
209 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __FUNCTION__); in SMP_BR_PairWith()
318 SMP_TRACE_ERROR ("SMP_PasskeyReply() - Wrong BD Addr"); in SMP_PasskeyReply()
323 SMP_TRACE_ERROR ("SMP_PasskeyReply() - no dev CB"); in SMP_PasskeyReply()
393 SMP_TRACE_ERROR ("%s() - Wrong BD Addr", __FUNCTION__); in SMP_ConfirmReply()
398 SMP_TRACE_ERROR ("%s() - no dev CB", __FUNCTION__); in SMP_ConfirmReply()
469 SMP_TRACE_ERROR("%s received no data", __FUNCTION__); in SMP_SecureConnectionOobDataReply()
510 SMP_TRACE_ERROR("%s data missing", __func__); in SMP_SecureConnectionOobDataReply()
563 SMP_TRACE_ERROR ("%s() - Wrong BD Addr", __FUNCTION__); in SMP_KeypressNotification()
568 SMP_TRACE_ERROR ("%s() - no dev CB", __FUNCTION__); in SMP_KeypressNotification()
[all …]
Dsmp_keys.c171 SMP_TRACE_ERROR ("%s failed\n", __func__); in smp_encrypt_data()
176 SMP_TRACE_ERROR ("%s failed unable to allocate buffer\n", __func__); in smp_encrypt_data()
335 SMP_TRACE_ERROR("%s failed", __func__); in smp_generate_stk()
462 SMP_TRACE_ERROR("smp_generate_csrk failed\n"); in smp_compute_csrk()
566 SMP_TRACE_ERROR("can not generate confirm for unknown device\n"); in smp_gen_p1_4_confirm()
614 SMP_TRACE_ERROR("can not generate confirm p2 for unknown device\n"); in smp_gen_p2_4_confirm()
667 SMP_TRACE_ERROR("smp_generate_csrk failed"); in smp_calculate_comfirm()
704 SMP_TRACE_ERROR("smp_calculate_comfirm_cont failed\n"); in smp_calculate_comfirm_cont()
831 SMP_TRACE_ERROR("STK Generated"); in smp_process_stk()
864 SMP_TRACE_ERROR("%s failed\n", __func__); in smp_generate_ltk_cont()
[all …]
Dsmp_act.c601 SMP_TRACE_ERROR("%s pairing failed - slave requires secure connection only mode", in smp_proc_pair_cmd()
614SMP_TRACE_ERROR("%s pairing failed - slave requires auth is 0x%x but peer auth is 0x%x local auth … in smp_proc_pair_cmd()
639 SMP_TRACE_ERROR ("Master requires secure connection only mode \ in smp_proc_pair_cmd()
653SMP_TRACE_ERROR("%s pairing failed - master requires auth is 0x%x but peer auth is 0x%x local auth… in smp_proc_pair_cmd()
772 SMP_TRACE_ERROR("%s, Peer and own device cannot have same public key.", __func__); in smp_process_pairing_public_key()
779 SMP_TRACE_ERROR("%s, Invalid Public key.", __func__); in smp_process_pairing_public_key()
1378 SMP_TRACE_ERROR ("Association Model = SMP_MODEL_OOB\n"); in smp_decide_association_model()
1403 SMP_TRACE_ERROR("Association Model = SMP_MODEL_OUT_OF_RANGE (failed)\n"); in smp_decide_association_model()
1409 SMP_TRACE_ERROR("Association Model = %d (SOMETHING IS WRONG WITH THE CODE)\n", in smp_decide_association_model()
1440 SMP_TRACE_ERROR ("Slave requires secure connection only mode \ in smp_process_io_response()
[all …]
Dsmp_cmac.c318 SMP_TRACE_ERROR("No resources"); in aes_cipher_msg_auth_code()
328 SMP_TRACE_ERROR("test_cmac_cback");
Dsmp_l2c.c225 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__, num_pkt); in smp_tx_complete_callback()
Dsmp_utils.c334 SMP_TRACE_ERROR("SMP failed to pass msg to L2CAP"); in smp_send_msg_to_L2CAP()
1493 SMP_TRACE_ERROR("can not collect peer le addr information for unknown device\n"); in smp_collect_peer_ble_address()
1596 SMP_TRACE_ERROR("%s failed\n", __func__); in smp_calculate_f5_mackey_and_long_term_key()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h337 #define SMP_TRACE_ERROR(fmt, args...) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_L… macro
505 #define SMP_TRACE_ERROR(fmt, args...) macro