Home
last modified time | relevance | path

Searched refs:connection_id (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c202 p_ccb->connection_id = l2cap_cid; in sdp_connect_ind()
224 … SDP_TRACE_EVENT ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x\n", p_ccb->connection_id); in sdp_connect_ind()
275 SDP_TRACE_EVENT ("SDP - got conn cnf, sent cfg req, CID: 0x%x\n", p_ccb->connection_id); in sdp_connect_cfm()
277 …P_TRACE_WARNING ("SDP - Rcvd conn cnf with error: 0x%x CID 0x%x\n", result, p_ccb->connection_id); in sdp_connect_cfm()
562 p_ccb->connection_id = cid; in sdp_conn_originate()
611 p_ccb->connection_id); in sdp_disconnect()
624 SDP_TRACE_EVENT ("SDP - disconnect CID: 0x%x\n", p_ccb->connection_id); in sdp_disconnect()
627 if (p_ccb->connection_id != 0) { in sdp_disconnect()
628 L2CA_DisconnectReq (p_ccb->connection_id); in sdp_disconnect()
694 p_ccb->con_state, p_ccb->connection_id); in sdp_conn_timeout()
[all …]
Dsdp_utils.c65 if ((p_ccb->con_state != SDP_STATE_IDLE) && (p_ccb->connection_id == cid)) { in sdpu_find_ccb_by_cid()
313 error_code, p_ccb->connection_id); in sdpu_build_n_send_error()
346 L2CA_DataWrite (p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
Dsdp_server.c291 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search()
529 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_attr_req()
835 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search_attr_req()
Dsdp_discovery.c170 L2CA_DataWrite (p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
506 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_attr_rsp()
647 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c238 p_ccb->connection_id = cid; in GAP_ConnOpen()
269 L2CA_DISCONNECT_REQ (p_ccb->connection_id); in GAP_ConnClose()
465 UINT8 status = L2CA_DATA_WRITE (p_ccb->connection_id, p_buf); in GAP_ConnBTWrite()
548 UINT8 status = L2CA_DATA_WRITE (p_ccb->connection_id, p_buf); in GAP_ConnWriteData()
585 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg); in GAP_ConnReconfig()
622 if (L2CA_SetIdleTimeout (p_ccb->connection_id, timeout, FALSE)) { in GAP_ConnSetIdleTimeout()
704 return (p_ccb->connection_id); in GAP_ConnGetL2CAPCid()
750 p_ccb->connection_id = l2cap_cid; in gap_connect_ind()
755 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id); in gap_connect_ind()
809 L2CA_DISCONNECT_REQ (p_ccb->connection_id); in gap_sec_check_complete()
[all …]
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h66 UINT16 connection_id; /* L2CAP CID */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h175 UINT16 connection_id; member