Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c128 SMP_TRACE_WARNING ("SMP_Register: duplicate registration, overwrite it"); in SMP_Register()
313 SMP_TRACE_WARNING ("SMP_PasskeyReply() - Wrong State: %d", p_cb->state); in SMP_PasskeyReply()
328 SMP_TRACE_WARNING ("SMP_PasskeyReply() - Wrong key len: %d or passkey entry fail", passkey); in SMP_PasskeyReply()
388 SMP_TRACE_WARNING ("%s() - Wrong State: %d", __FUNCTION__, p_cb->state); in SMP_ConfirmReply()
403 SMP_TRACE_WARNING ("%s() - Numeric Comparison fails", __FUNCTION__); in SMP_ConfirmReply()
605 SMP_TRACE_WARNING ("%s creation of local OOB data set "\ in SMP_CreateLocalSecureConnectionsOobData()
Dsmp_cmac.c56 SMP_TRACE_WARNING("%s(MSB ~ LSB) = ", key_name); in print128()
59 SMP_TRACE_WARNING("%02x %02x %02x %02x", in print128()
363 SMP_TRACE_WARNING("\n Example 1: len = %d\n", len);
Dsmp_utils.c1061 SMP_TRACE_WARNING("Somehow received command with the RESERVED code 0x%02x\n", cmd_code); in smp_command_has_invalid_parameters()
1094 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with invalid length\ in smp_command_has_valid_fixed_length()
1127 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with IO Capability \ in smp_pairing_request_response_parameters_are_valid()
1134 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with OOB data flag value \ in smp_pairing_request_response_parameters_are_valid()
1141 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with Bonding_Flags value (0x%02x)\ in smp_pairing_request_response_parameters_are_valid()
1151 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with Maximum Encryption \ in smp_pairing_request_response_parameters_are_valid()
1158 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with Maximum Encryption \ in smp_pairing_request_response_parameters_are_valid()
1166 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with Maximum Encryption \ in smp_pairing_request_response_parameters_are_valid()
1191 SMP_TRACE_WARNING("Rcvd from the peer cmd 0x%02x with Pairing Keypress \ in smp_pairing_keypress_notification_is_valid()
1523 SMP_TRACE_WARNING("Commitment check fails\n"); in smp_check_commitment()
Dsmp_l2c.c167 SMP_TRACE_WARNING( "Ignore received command with RESERVED code 0x%02x\n", cmd); in smp_data_received()
311 SMP_TRACE_WARNING( "Ignore received command with RESERVED code 0x%02x", cmd); in smp_br_data_received()
Dsmp_keys.c108 SMP_TRACE_WARNING("%s(LSB ~ MSB):\n", key_name); in smp_debug_print_nbyte_little_endian()
117 SMP_TRACE_WARNING(" [%03d]: %s", row * col_count, p_buf); in smp_debug_print_nbyte_little_endian()
128 SMP_TRACE_WARNING("%s(MSB ~ LSB):", key_name);
141 SMP_TRACE_WARNING("[%03d]: %s", row * ncols, p_buf);
329 SMP_TRACE_WARNING ("FOR LE SC LTK IS USED INSTEAD OF STK"); in smp_generate_stk()
1209 SMP_TRACE_WARNING ("local commitment calc on master is not expected \ in smp_calculate_local_commitment()
1222 SMP_TRACE_WARNING ("local commitment calc is expected for OOB model BEFORE pairing\n"); in smp_calculate_local_commitment()
1255 SMP_TRACE_WARNING ("peer commitment calc on slave is not expected \ in smp_calculate_peer_commitment()
1967 SMP_TRACE_WARNING ("Don't have peer public address to associate with LK"); in smp_calculate_link_key_from_long_term_key()
Dsmp_act.c69 SMP_TRACE_WARNING("%s cannot retrieve LMP version...", __func__); in lmp_version_below()
169 SMP_TRACE_WARNING ("Non bonding: No keys will be exchanged"); in smp_send_app_cback()
210 SMP_TRACE_WARNING ( "for SMP over BR max_key_size: 0x%02x,\ in smp_send_app_cback()
1779 SMP_TRACE_WARNING ("dhkey checks do no match\n"); in smp_match_dhkey_checks()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h338 #define SMP_TRACE_WARNING(fmt, args...) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING && BT… macro
506 #define SMP_TRACE_WARNING(fmt, args...) macro