Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc425 L2CAP_TRACE_DEBUG("%s", __func__); in l2cble_process_conn_update_evt()
444 L2CAP_TRACE_DEBUG("%s: conn_update_mask=%d , subrate_req_mask=%d", __func__, in l2cble_process_conn_update_evt()
721 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
732 L2CAP_TRACE_DEBUG(" Cannot find matching connection req"); in l2cble_process_sig_cmd()
780 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
829 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
876 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
942 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
980 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
1054 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
[all …]
Dl2c_fcr.cc621 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
649 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
732 L2CAP_TRACE_DEBUG("%s SDU Length = %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
785 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_tout()
812 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_ack_tout()
937 L2CAP_TRACE_DEBUG("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", in process_s_frame()
984 L2CAP_TRACE_DEBUG("process_s_frame hit_max_retries"); in process_s_frame()
1050 L2CAP_TRACE_DEBUG( in process_i_frame()
1078 L2CAP_TRACE_DEBUG( in process_i_frame()
1314 L2CAP_TRACE_DEBUG( in retransmit_i_frames()
[all …]
Dl2c_utils.cc540 L2CAP_TRACE_DEBUG("l2cu_send_reconfig_req number of cids: %d mtu:%d mps:%d", in l2cu_send_credit_based_reconfig_req()
763 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", in l2cu_send_peer_config_rej()
858 L2CAP_TRACE_DEBUG("L2CAP - cfg_rej pkt hci_len=%d, l2cap_len=%d", len, in l2cu_send_peer_config_rej()
1175 L2CAP_TRACE_DEBUG("l2cu_enqueue_ccb CID: 0x%04x priority: %d", in l2cu_enqueue_ccb()
1244 L2CAP_TRACE_DEBUG("l2cu_dequeue_ccb CID: 0x%04x", p_ccb->local_cid); in l2cu_dequeue_ccb()
1317 L2CAP_TRACE_DEBUG("Update CCB list in logical link"); in l2cu_change_pri_ccb()
1554 L2CAP_TRACE_DEBUG("l2cu_release_ccb: cid 0x%04x in_use: %u", in l2cu_release_ccb()
1971 L2CAP_TRACE_DEBUG( in l2cu_process_peer_cfg_rsp()
2095 L2CAP_TRACE_DEBUG( in l2cu_create_conn_br_edr()
2544 L2CAP_TRACE_DEBUG("l2cu_resubmit_pending_sec_req p_bda: 0x%08x", p_bda); in l2cu_resubmit_pending_sec_req()
[all …]
Dl2c_api.cc276 L2CAP_TRACE_DEBUG("%s: assigned PSM=%d", __func__, psm); in L2CA_AllocateLePSM()
390 L2CAP_TRACE_DEBUG("L2CAP API - link disconnecting: RETRY LATER"); in L2CA_ConnectReq()
598 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectLECocReq()
619 L2CAP_TRACE_DEBUG("%s link disconnecting: RETRY LATER", __func__); in L2CA_ConnectLECocReq()
823 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectCreditBasedReq()
1771 L2CAP_TRACE_DEBUG("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", in L2CA_FlushChannel()
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h320 #define L2CAP_TRACE_DEBUG(...) \ macro