Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
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()
629 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
640 L2CAP_TRACE_DEBUG(" Cannot find matching connection req"); in l2cble_process_sig_cmd()
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()
816 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
855 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
928 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
[all …]
Dl2c_utils.cc537 L2CAP_TRACE_DEBUG("l2cu_send_reconfig_req number of cids: %d mtu:%d mps:%d", in l2cu_send_credit_based_reconfig_req()
760 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", in l2cu_send_peer_config_rej()
855 L2CAP_TRACE_DEBUG("L2CAP - cfg_rej pkt hci_len=%d, l2cap_len=%d", len, in l2cu_send_peer_config_rej()
1172 L2CAP_TRACE_DEBUG("l2cu_enqueue_ccb CID: 0x%04x priority: %d", in l2cu_enqueue_ccb()
1241 L2CAP_TRACE_DEBUG("l2cu_dequeue_ccb CID: 0x%04x", p_ccb->local_cid); in l2cu_dequeue_ccb()
1314 L2CAP_TRACE_DEBUG("Update CCB list in logical link"); in l2cu_change_pri_ccb()
1533 L2CAP_TRACE_DEBUG("l2cu_release_ccb: cid 0x%04x in_use: %u", in l2cu_release_ccb()
1940 L2CAP_TRACE_DEBUG( in l2cu_process_peer_cfg_rsp()
2064 L2CAP_TRACE_DEBUG( in l2cu_create_conn_br_edr()
2302 L2CAP_TRACE_DEBUG("l2cu_resubmit_pending_sec_req p_bda: 0x%08x", p_bda); in l2cu_resubmit_pending_sec_req()
[all …]
Dl2c_fcr.cc623 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
651 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
729 L2CAP_TRACE_DEBUG("%s SDU Length = %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
779 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_tout()
806 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_ack_tout()
931 L2CAP_TRACE_DEBUG("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", in process_s_frame()
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()
[all …]
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()
/system/bt/internal_include/
Dbt_trace.h319 #define L2CAP_TRACE_DEBUG(...) \ macro