Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc383 L2CAP_TRACE_DEBUG("%s", __func__); in l2cble_process_conn_update_evt()
400 L2CAP_TRACE_DEBUG("%s: conn_update_mask=%d", __func__, in l2cble_process_conn_update_evt()
688 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
703 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
754 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
821 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
860 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
957 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
1011 L2CAP_TRACE_DEBUG("%s Credit received", __func__); in l2cble_process_sig_cmd()
1266 L2CAP_TRACE_DEBUG("%s", __func__); in l2cble_update_data_length()
[all …]
H A Dl2c_utils.cc1314 L2CAP_TRACE_DEBUG("Update CCB list in logical link"); in l2cu_change_pri_ccb()
1940 L2CAP_TRACE_DEBUG( in l2cu_process_peer_cfg_rsp()
2064 L2CAP_TRACE_DEBUG( in l2cu_create_conn_br_edr()
2389 L2CAP_TRACE_DEBUG( in l2cu_adjust_out_mps()
2478 L2CAP_TRACE_DEBUG( in l2cu_no_dynamic_ccbs()
2712 L2CAP_TRACE_DEBUG( in l2cu_send_peer_ble_credit_based_conn_req()
2770 L2CAP_TRACE_DEBUG( in l2cu_send_peer_credit_based_conn_req()
2782 L2CAP_TRACE_DEBUG("\n\t cid: ", cid); in l2cu_send_peer_credit_based_conn_req()
2878 L2CAP_TRACE_DEBUG("%s", __func__); in l2cu_send_peer_credit_based_conn_res()
3077 L2CAP_TRACE_DEBUG("%s", __func__); in l2cu_send_peer_ble_credit_based_disconn_req()
[all …]
H A Dl2c_fcr.cc623 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
651 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
779 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_tout()
806 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_ack_tout()
978 L2CAP_TRACE_DEBUG("process_s_frame hit_max_retries"); in process_s_frame()
1044 L2CAP_TRACE_DEBUG( in process_i_frame()
1072 L2CAP_TRACE_DEBUG( in process_i_frame()
1308 L2CAP_TRACE_DEBUG( in retransmit_i_frames()
1638 L2CAP_TRACE_DEBUG( in l2c_fcr_adj_monitor_retran_timeout()
1726 L2CAP_TRACE_DEBUG("%s(Trying Basic)", __func__); in l2c_fcr_renegotiate_chan()
[all …]
H A Dl2c_api.cc238 L2CAP_TRACE_DEBUG("%s: assigned PSM=%d", __func__, psm); in L2CA_AllocateLePSM()
352 L2CAP_TRACE_DEBUG("L2CAP API - link disconnecting: RETRY LATER"); in L2CA_ConnectReq()
560 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectLECocReq()
572 L2CAP_TRACE_DEBUG("%s link disconnecting: RETRY LATER", __func__); in L2CA_ConnectLECocReq()
748 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectCreditBasedReq()
1624 L2CAP_TRACE_DEBUG("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", in L2CA_FlushChannel()
/aosp12/system/bt/internal_include/
H A Dbt_trace.h319 #define L2CAP_TRACE_DEBUG(...) \ macro