Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.cc225 L2CAP_TRACE_DEBUG("L2CA_GetDisconnectReason=%d ", reason); in L2CA_GetDisconnectReason()
272 L2CAP_TRACE_DEBUG( in l2cble_conn_comp()
441 L2CAP_TRACE_DEBUG("%s", __func__); in l2cble_process_conn_update_evt()
458 L2CAP_TRACE_DEBUG("%s: conn_update_mask=%d", __func__, in l2cble_process_conn_update_evt()
574 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
640 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
650 L2CAP_TRACE_DEBUG("I remember the connection req"); in l2cble_process_sig_cmd()
664 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
695 L2CAP_TRACE_DEBUG("I DO NOT remember the connection req"); in l2cble_process_sig_cmd()
711 L2CAP_TRACE_DEBUG("%s Credit received for unknown channel id %d", in l2cble_process_sig_cmd()
[all …]
Dl2c_link.cc299 L2CAP_TRACE_DEBUG("%s: status=%d, p_ref_data=%p, BD_ADDR=%s", __func__, in l2c_link_sec_comp2()
407 L2CAP_TRACE_DEBUG( in l2c_link_hci_disc_comp()
802 L2CAP_TRACE_DEBUG("%s", __func__); in l2c_link_adjust_chnl_allocation()
952 L2CAP_TRACE_DEBUG("LCB(0x%x) is in PM pending state", p_lcb->handle); in l2c_link_check_power_mode()
1193 L2CAP_TRACE_DEBUG( in l2c_link_send_to_lower()
1199 L2CAP_TRACE_DEBUG( in l2c_link_send_to_lower()
1251 L2CAP_TRACE_DEBUG("L2CAP - calling NoCP callback"); in l2c_link_process_num_completed_pkts()
1304 L2CAP_TRACE_DEBUG( in l2c_link_process_num_completed_pkts()
1310 L2CAP_TRACE_DEBUG( in l2c_link_process_num_completed_pkts()
1316 L2CAP_TRACE_DEBUG( in l2c_link_process_num_completed_pkts()
Dl2c_utils.cc734 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", in l2cu_send_peer_config_rej()
831 L2CAP_TRACE_DEBUG("L2CAP - cfg_rej pkt hci_len=%d, l2cap_len=%d", len, in l2cu_send_peer_config_rej()
1189 L2CAP_TRACE_DEBUG("l2cu_enqueue_ccb CID: 0x%04x priority: %d", in l2cu_enqueue_ccb()
1260 L2CAP_TRACE_DEBUG("l2cu_dequeue_ccb CID: 0x%04x", p_ccb->local_cid); in l2cu_dequeue_ccb()
1335 L2CAP_TRACE_DEBUG("Update CCB list in logical link"); in l2cu_change_pri_ccb()
1378 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x", cid); in l2cu_allocate_ccb()
1491 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x config_done:0x%x", cid, in l2cu_allocate_ccb()
1569 L2CAP_TRACE_DEBUG("l2cu_release_ccb: cid 0x%04x in_use: %u", in l2cu_release_ccb()
1981 L2CAP_TRACE_DEBUG( in l2cu_process_peer_cfg_rsp()
2228 L2CAP_TRACE_DEBUG( in l2cu_create_conn_after_switch()
[all …]
Dl2c_fcr.cc763 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
791 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
869 L2CAP_TRACE_DEBUG("%s SDU Length = %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
919 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_tout()
950 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_ack_tout()
1082 L2CAP_TRACE_DEBUG("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", in process_s_frame()
1133 L2CAP_TRACE_DEBUG("process_s_frame hit_max_retries"); in process_s_frame()
1222 L2CAP_TRACE_DEBUG( in process_i_frame()
1250 L2CAP_TRACE_DEBUG( in process_i_frame()
1572 L2CAP_TRACE_DEBUG( in retransmit_i_frames()
[all …]
Dl2c_api.cc253 L2CAP_TRACE_DEBUG("%s: assigned PSM=%d", __func__, psm); in L2CA_AllocateLePSM()
407 L2CAP_TRACE_DEBUG("L2CAP API - link disconnecting: RETRY LATER"); in L2CA_ErtmConnectReq()
606 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectLECocReq()
618 L2CAP_TRACE_DEBUG("%s link disconnecting: RETRY LATER", __func__); in L2CA_ConnectLECocReq()
1469 L2CAP_TRACE_DEBUG("$s() - link disconnecting: RETRY LATER", __func__); in L2CA_ConnectFixedChnl()
1902 L2CAP_TRACE_DEBUG("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", in L2CA_FlushChannel()
Dl2c_csm.cc114 L2CAP_TRACE_DEBUG("Unhandled event! event = %d", event); in l2c_csm_execute()
1118 L2CAP_TRACE_DEBUG("%s Sending credit", __func__); in l2c_csm_open()
1125 L2CAP_TRACE_DEBUG("%s Credits received %d", __func__, *credit); in l2c_csm_open()
Dl2c_main.cc309 L2CAP_TRACE_DEBUG("cmd_code: %d, id:%d, cmd_len:%d", cmd_code, id, cmd_len); in process_l2cap_cmd()
/system/bt/internal_include/
Dbt_trace.h274 #define L2CAP_TRACE_DEBUG(...) \ macro