Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.cc78 SMP_TRACE_ERROR("%s PTS FAILURE MODE IN EFFECT (CASE %d)", __func__, in SMP_Init()
124 SMP_TRACE_ERROR("SMP_Register: duplicate registration, overwrite it"); in SMP_Register()
164 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __func__); in SMP_Pair()
208 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __func__); in SMP_BR_PairWith()
371 SMP_TRACE_ERROR("SMP_PasskeyReply() - Wrong BD Addr"); in SMP_PasskeyReply()
376 SMP_TRACE_ERROR("SMP_PasskeyReply() - no dev CB"); in SMP_PasskeyReply()
428 SMP_TRACE_ERROR("%s() - Wrong BD Addr", __func__); in SMP_ConfirmReply()
433 SMP_TRACE_ERROR("%s() - no dev CB", __func__); in SMP_ConfirmReply()
507 SMP_TRACE_ERROR("%s received no data", __func__); in SMP_SecureConnectionOobDataReply()
Dsmp_act.cc576 SMP_TRACE_ERROR( in smp_proc_pair_cmd()
599 SMP_TRACE_ERROR( in smp_proc_pair_cmd()
981 SMP_TRACE_ERROR("%s: Invalid command length: %d, should be at least 11", in smp_proc_central_id()
1332 SMP_TRACE_ERROR( in smp_decide_association_model()
1372 SMP_TRACE_ERROR("Association Model = SMP_MODEL_OOB"); in smp_decide_association_model()
1398 SMP_TRACE_ERROR("Association Model = SMP_MODEL_OUT_OF_RANGE (failed)"); in smp_decide_association_model()
1404 SMP_TRACE_ERROR( in smp_decide_association_model()
1434 SMP_TRACE_ERROR( in smp_process_io_response()
1583 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_start_secure_connection_phase1()
1645 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_process_local_nonce()
[all …]
Dsmp_keys.cc326 SMP_TRACE_ERROR("%s: cannot obtain remote device address", __func__); in smp_calculate_comfirm()
474 SMP_TRACE_ERROR("LTK ready"); in smp_process_ediv()
773 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_calculate_local_commitment()
808 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_calculate_peer_commitment()
951 SMP_TRACE_ERROR("%s failed to find Security Record", __func__); in smp_calculate_link_key_from_long_term_key()
975 SMP_TRACE_ERROR("%s failed to update link_key. Sec Mode = %d, sm4 = 0x%02x", in smp_calculate_link_key_from_long_term_key()
999 SMP_TRACE_ERROR("%s failed to find Security Record", __func__); in smp_calculate_long_term_key_from_link_key()
1006 SMP_TRACE_ERROR("%s failed to retrieve BR link type", __func__); in smp_calculate_long_term_key_from_link_key()
1012 SMP_TRACE_ERROR("%s LE SC LTK can't be derived from LK %d", __func__, in smp_calculate_long_term_key_from_link_key()
Dsmp_br_main.cc317 SMP_TRACE_ERROR("%s: invalid role %d", __func__, p_cb->role); in smp_br_state_machine_event()
Dsmp_utils.cc350 SMP_TRACE_ERROR("SMP failed to pass msg to L2CAP"); in smp_send_msg_to_L2CAP()
1418 SMP_TRACE_ERROR( in smp_collect_peer_ble_address()
/system/bt/internal_include/
Dbt_trace.h601 #define SMP_TRACE_ERROR(...) \ macro