Searched refs:L2CAP_TRACE_API (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 159 …L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_… in l2c_csm_closed() 174 …L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_c… in l2c_csm_closed() 222 …L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2C… in l2c_csm_closed() 257 …L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2C… in l2c_csm_closed() 308 …L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_… in l2c_csm_orig_w4_sec_comp() 335 …L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, HCI… in l2c_csm_orig_w4_sec_comp() 405 L2CAP_TRACE_API ("L2CAP - Calling Connect_Ind_Cb(), CID: 0x%04x", p_ccb->local_cid); in l2c_csm_term_w4_sec_comp() 455 …L2CAP_TRACE_API ("L2CAP - Calling btsnd_hcic_disconnect for handle %i failed", p_ccb->p_lcb->handl… in l2c_csm_term_w4_sec_comp() 497 L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", in l2c_csm_w4_l2cap_connect_rsp() 509 … L2CAP_TRACE_API ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Success", p_ccb->local_cid); in l2c_csm_w4_l2cap_connect_rsp() [all …]
|
D | l2c_api.c | 230 …L2CAP_TRACE_API ("L2CA_ErtmConnectReq() PSM: 0x%04x BDA: %08x%04x p_ertm_info: %p allowed:0x%x … in L2CA_ErtmConnectReq() 312 …L2CAP_TRACE_API ("L2CAP - L2CA_conn_req(psm: 0x%04x) returned CID: 0x%04x", psm, p_ccb->local_cid); in L2CA_ErtmConnectReq() 394 …L2CAP_TRACE_API ("L2CA_ErtmConnectRsp() CID: 0x%04x Result: %d Status: %d BDA: %08x%04x p_ert… in L2CA_ErtmConnectRsp() 476 L2CAP_TRACE_API ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)", in L2CA_ConfigReq() 526 …L2CAP_TRACE_API ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:… in L2CA_ConfigRsp() 572 L2CAP_TRACE_API ("L2CA_DisconnectReq() CID: 0x%04x", cid); in L2CA_DisconnectReq() 600 L2CAP_TRACE_API ("L2CA_DisconnectRsp() CID: 0x%04x", cid); in L2CA_DisconnectRsp() 626 L2CAP_TRACE_API ("L2CA_Ping() BDA: %02x-%02x-%02x-%02x-%02x-%02x", in L2CA_Ping() 689 L2CAP_TRACE_API ("L2CA_Echo() BDA: %08X%04X", in L2CA_Echo() 885 L2CAP_TRACE_API ("L2CA_SetDesireRole() new:x%x, disallow_switch:%d", in L2CA_SetDesireRole() [all …]
|
D | l2c_ucd.c | 195 L2CAP_TRACE_API ("L2CA_UcdRegister() PSM: 0x%04x", psm); in L2CA_UcdRegister() 264 L2CAP_TRACE_API ("L2CA_UcdDeregister() PSM: 0x%04x", psm); in L2CA_UcdDeregister() 313 L2CAP_TRACE_API ("L2CA_UcdDiscover() PSM: 0x%04x BDA: %08x%04x, InfoType=0x%02x", psm, in L2CA_UcdDiscover() 377 L2CAP_TRACE_API ("L2CA_UcdDataWrite() PSM: 0x%04x BDA: %08x%04x", psm, in L2CA_UcdDataWrite() 461 L2CAP_TRACE_API ("L2CA_UcdSetIdleTimeout() Timeout: 0x%04x BDA: %08x%04x", timeout, in L2CA_UcdSetIdleTimeout() 491 L2CAP_TRACE_API ("L2CA_UCDSetTxPriority() priority: 0x%02x BDA: %08x%04x", priority, in L2CA_UCDSetTxPriority()
|
D | l2c_ble.c | 230 L2CAP_TRACE_API ("%s - BD_ADDR %08x%04x enable %d current upd state 0x%02x", __FUNCTION__, in L2CA_EnableUpdateBleConnParams()
|
D | l2c_utils.c | 2306 … L2CAP_TRACE_API ("l2cu_create_conn - btm_is_sco_active_by_bdaddr() is_sco_active = %s", \ in l2cu_create_conn()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 230 #define L2CAP_TRACE_API(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API && BT… macro 398 #define L2CAP_TRACE_API(fmt, args...) macro
|