Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.cc77 SMP_TRACE_ERROR("%s PTS FAILURE MODE IN EFFECT (CASE %d)", __func__, in SMP_Init()
123 SMP_TRACE_ERROR("SMP_Register: duplicate registration, overwrite it"); in SMP_Register()
163 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __func__); in SMP_Pair()
207 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __func__); in SMP_BR_PairWith()
332 SMP_TRACE_ERROR("SMP_PasskeyReply() - Wrong BD Addr"); in SMP_PasskeyReply()
337 SMP_TRACE_ERROR("SMP_PasskeyReply() - no dev CB"); in SMP_PasskeyReply()
389 SMP_TRACE_ERROR("%s() - Wrong BD Addr", __func__); in SMP_ConfirmReply()
394 SMP_TRACE_ERROR("%s() - no dev CB", __func__); in SMP_ConfirmReply()
471 SMP_TRACE_ERROR("%s received no data", __func__); in SMP_SecureConnectionOobDataReply()
Dsmp_keys.cc348 SMP_TRACE_ERROR("%s: cannot obtain remote device address", __func__); in smp_calculate_comfirm()
475 SMP_TRACE_ERROR("STK Generated"); in smp_process_stk()
499 SMP_TRACE_ERROR("LTK ready"); in smp_process_ediv()
777 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_calculate_local_commitment()
812 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_calculate_peer_commitment()
959 SMP_TRACE_ERROR("%s failed to find Security Record", __func__); in smp_calculate_link_key_from_long_term_key()
983 SMP_TRACE_ERROR("%s failed to update link_key. Sec Mode = %d, sm4 = 0x%02x", in smp_calculate_link_key_from_long_term_key()
1007 SMP_TRACE_ERROR("%s failed to find Security Record", __func__); in smp_calculate_long_term_key_from_link_key()
1014 SMP_TRACE_ERROR("%s failed to retrieve BR link type", __func__); in smp_calculate_long_term_key_from_link_key()
1020 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_act.cc566 SMP_TRACE_ERROR( in smp_proc_pair_cmd()
588 SMP_TRACE_ERROR( in smp_proc_pair_cmd()
959 SMP_TRACE_ERROR("%s: Invalid command length: %d, should be at least 11", in smp_proc_master_id()
1299 SMP_TRACE_ERROR( in smp_decide_association_model()
1329 SMP_TRACE_ERROR("Association Model = SMP_MODEL_OOB"); in smp_decide_association_model()
1355 SMP_TRACE_ERROR("Association Model = SMP_MODEL_OUT_OF_RANGE (failed)"); in smp_decide_association_model()
1361 SMP_TRACE_ERROR( in smp_decide_association_model()
1391 SMP_TRACE_ERROR( in smp_process_io_response()
1532 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_start_secure_connection_phase1()
1594 SMP_TRACE_ERROR("Association Model = %d is not used in LE SC", in smp_process_local_nonce()
[all …]
Dsmp_br_main.cc315 SMP_TRACE_ERROR("%s: invalid role %d", __func__, p_cb->role); in smp_br_state_machine_event()
Dsmp_l2c.cc217 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__, num_pkt); in smp_tx_complete_callback()
Dsmp_utils.cc351 SMP_TRACE_ERROR("SMP failed to pass msg to L2CAP"); in smp_send_msg_to_L2CAP()
1425 SMP_TRACE_ERROR( in smp_collect_peer_ble_address()
/system/bt/internal_include/
Dbt_trace.h556 #define SMP_TRACE_ERROR(...) \ macro