Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.c189 p_ccb->connection_id = l2cap_cid; in sdp_connect_ind()
213 SDP_TRACE_EVENT ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", p_ccb->connection_id); in sdp_connect_ind()
268 SDP_TRACE_EVENT ("SDP - got conn cnf, sent cfg req, CID: 0x%x", p_ccb->connection_id); in sdp_connect_cfm()
272 …SDP_TRACE_WARNING ("SDP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, p_ccb->connection_id); in sdp_connect_cfm()
577 p_ccb->connection_id = cid; in sdp_conn_originate()
628 p_ccb->connection_id); in sdp_disconnect()
640 SDP_TRACE_EVENT ("SDP - disconnect CID: 0x%x", p_ccb->connection_id); in sdp_disconnect()
643 if (p_ccb->connection_id != 0) in sdp_disconnect()
645 L2CA_DisconnectReq (p_ccb->connection_id); in sdp_disconnect()
714 p_ccb->con_state, p_ccb->connection_id); in sdp_conn_timer_timeout()
[all …]
Dsdp_utils.c64 if ((p_ccb->con_state != SDP_STATE_IDLE) && (p_ccb->connection_id == cid)) in sdpu_find_ccb_by_cid()
320 error_code, p_ccb->connection_id); in sdpu_build_n_send_error()
347 L2CA_DataWrite(p_ccb->connection_id, p_buf); in sdpu_build_n_send_error()
Dsdp_server.c300 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search()
528 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_attr_req()
827 L2CA_DataWrite (p_ccb->connection_id, p_buf); in process_service_search_attr_req()
Dsdp_discovery.c173 L2CA_DataWrite (p_ccb->connection_id, p_cmd); in sdp_snd_service_search_req()
518 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_attr_rsp()
657 L2CA_DataWrite (p_ccb->connection_id, p_msg); in process_service_search_attr_rsp()
Dsdpint.h182 UINT16 connection_id; member
/system/bt/stack/gap/
Dgap_conn.c272 p_ccb->connection_id = cid; in GAP_ConnOpen()
282 p_ccb->connection_id = cid; in GAP_ConnOpen()
315 L2CA_DISCONNECT_REQ (p_ccb->connection_id); in GAP_ConnClose()
533 UINT8 status = L2CA_DATA_WRITE (p_ccb->connection_id, p_buf); in GAP_ConnWriteData()
571 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg); in GAP_ConnReconfig()
606 if (L2CA_SetIdleTimeout (p_ccb->connection_id, timeout, FALSE)) in GAP_ConnSetIdleTimeout()
688 return (p_ccb->connection_id); in GAP_ConnGetL2CAPCid()
757 p_ccb->connection_id = l2cap_cid; in gap_connect_ind()
777 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id); in gap_connect_ind()
835 L2CA_DISCONNECT_REQ (p_ccb->connection_id); in gap_sec_check_complete()
[all …]
Dgap_int.h70 UINT16 connection_id; /* L2CAP CID */ member
/system/connectivity/shill/
Dservice.h537 void set_connection_id(int connection_id) { connection_id_ = connection_id; } in set_connection_id() argument
538 int connection_id() const { return connection_id_; } in connection_id() function
Ddevice.cc1454 int connection_id = manager_->CalcConnectionId( in OnLinkMonitorGatewayChange() local
1458 selected_service_->set_connection_id(connection_id); in OnLinkMonitorGatewayChange()
1460 manager_->ReportServicesOnSameNetwork(connection_id); in OnLinkMonitorGatewayChange()
Dmanager.cc1645 void Manager::ReportServicesOnSameNetwork(int connection_id) { in ReportServicesOnSameNetwork() argument
1648 if (service->connection_id() == connection_id) { in ReportServicesOnSameNetwork()
Dmanager.h509 void ReportServicesOnSameNetwork(int connection_id);