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.cc219 L2CAP_TRACE_DEBUG("L2CA_GetDisconnectReason=%d ", reason); in L2CA_GetDisconnectReason()
266 L2CAP_TRACE_DEBUG( in l2cble_conn_comp()
438 L2CAP_TRACE_DEBUG("%s", __func__); in l2cble_process_conn_update_evt()
455 L2CAP_TRACE_DEBUG("%s: conn_update_mask=%d", __func__, in l2cble_process_conn_update_evt()
571 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
637 L2CAP_TRACE_DEBUG("Recv L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES"); in l2cble_process_sig_cmd()
647 L2CAP_TRACE_DEBUG("I remember the connection req"); in l2cble_process_sig_cmd()
661 L2CAP_TRACE_DEBUG( in l2cble_process_sig_cmd()
692 L2CAP_TRACE_DEBUG("I DO NOT remember the connection req"); in l2cble_process_sig_cmd()
708 L2CAP_TRACE_DEBUG("%s Credit received for unknown channel id %d", in l2cble_process_sig_cmd()
[all …]
Dl2c_link.cc293 L2CAP_TRACE_DEBUG("%s: status=%d, p_ref_data=%p, BD_ADDR=%s", __func__, in l2c_link_sec_comp2()
401 L2CAP_TRACE_DEBUG( in l2c_link_hci_disc_comp()
792 L2CAP_TRACE_DEBUG("%s", __func__); in l2c_link_adjust_chnl_allocation()
942 L2CAP_TRACE_DEBUG("LCB(0x%x) is in PM pending state", p_lcb->handle); in l2c_link_check_power_mode()
1183 L2CAP_TRACE_DEBUG( in l2c_link_send_to_lower()
1189 L2CAP_TRACE_DEBUG( in l2c_link_send_to_lower()
1230 L2CAP_TRACE_DEBUG("L2CAP - calling NoCP callback"); in l2c_link_process_num_completed_pkts()
1283 L2CAP_TRACE_DEBUG( in l2c_link_process_num_completed_pkts()
1289 L2CAP_TRACE_DEBUG( in l2c_link_process_num_completed_pkts()
1295 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()
829 L2CAP_TRACE_DEBUG("L2CAP - cfg_rej pkt hci_len=%d, l2cap_len=%d", len, in l2cu_send_peer_config_rej()
1187 L2CAP_TRACE_DEBUG("l2cu_enqueue_ccb CID: 0x%04x priority: %d", in l2cu_enqueue_ccb()
1258 L2CAP_TRACE_DEBUG("l2cu_dequeue_ccb CID: 0x%04x", p_ccb->local_cid); in l2cu_dequeue_ccb()
1333 L2CAP_TRACE_DEBUG("Update CCB list in logical link"); in l2cu_change_pri_ccb()
1376 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x", cid); in l2cu_allocate_ccb()
1489 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x config_done:0x%x", cid, in l2cu_allocate_ccb()
1567 L2CAP_TRACE_DEBUG("l2cu_release_ccb: cid 0x%04x in_use: %u", in l2cu_release_ccb()
1979 L2CAP_TRACE_DEBUG( in l2cu_process_peer_cfg_rsp()
2230 L2CAP_TRACE_DEBUG( in l2cu_create_conn_after_switch()
[all …]
Dl2c_fcr.cc767 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
796 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_pdu()
875 L2CAP_TRACE_DEBUG("%s SDU Length = %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
925 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_tout()
959 L2CAP_TRACE_DEBUG( in l2c_fcr_proc_ack_tout()
1094 L2CAP_TRACE_DEBUG("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", in process_s_frame()
1147 L2CAP_TRACE_DEBUG("process_s_frame hit_max_retries"); in process_s_frame()
1245 L2CAP_TRACE_DEBUG( in process_i_frame()
1273 L2CAP_TRACE_DEBUG( in process_i_frame()
1599 L2CAP_TRACE_DEBUG( in retransmit_i_frames()
[all …]
Dl2c_api.cc233 L2CAP_TRACE_DEBUG("%s: assigned PSM=%d", __func__, psm); in L2CA_AllocateLePSM()
375 L2CAP_TRACE_DEBUG("L2CAP API - link disconnecting: RETRY LATER"); in L2CA_ErtmConnectReq()
562 L2CAP_TRACE_DEBUG("%s LE Link is up", __func__); in L2CA_ConnectLECocReq()
574 L2CAP_TRACE_DEBUG("%s link disconnecting: RETRY LATER", __func__); in L2CA_ConnectLECocReq()
1718 L2CAP_TRACE_DEBUG("$s() - link disconnecting: RETRY LATER", __func__); in L2CA_ConnectFixedChnl()
2256 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.cc308 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