Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdpint.h219 } tCONN_CB; typedef
226 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
253 extern void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason);
270 extern void sdp_conn_timeout (tCONN_CB *p_ccb);
272 extern tCONN_CB *sdp_conn_originate (UINT8 *p_bd_addr);
276 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
277 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
278 extern tCONN_CB *sdpu_allocate_ccb (void);
279 extern void sdpu_release_ccb (tCONN_CB *p_ccb);
283 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, cha…
[all …]
Dsdp_main.c176 tCONN_CB *p_ccb; in sdp_connect_ind()
232 tCONN_CB *p_ccb; in sdp_connect_cfm()
310 tCONN_CB *p_ccb; in sdp_config_ind()
404 tCONN_CB *p_ccb; in sdp_config_cfm()
462 tCONN_CB *p_ccb; in sdp_disconnect_ind()
505 tCONN_CB *p_ccb; in sdp_data_ind()
543 tCONN_CB* sdp_conn_originate (UINT8 *p_bd_addr) in sdp_conn_originate()
545 tCONN_CB *p_ccb; in sdp_conn_originate()
598 void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason) in sdp_disconnect()
675 tCONN_CB *p_ccb; in sdp_disconnect_cfm()
[all …]
Dsdp_discovery.c48 static void process_service_search_rsp (tCONN_CB *p_ccb, UINT8 *p_reply);
49 static void process_service_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply);
50 static void process_service_search_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply);
51 static UINT8 *save_attr_seq (tCONN_CB *p_ccb, UINT8 *p, UINT8 *p_msg_end);
119 static void sdp_snd_service_search_req(tCONN_CB *p_ccb, UINT8 cont_len, UINT8 * p_cont) in sdp_snd_service_search_req()
195 void sdp_disc_connected (tCONN_CB *p_ccb) in sdp_disc_connected()
242 void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg) in sdp_disc_server_rsp()
320 static void process_service_search_rsp (tCONN_CB *p_ccb, UINT8 *p_reply) in process_service_search_rsp()
381 static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset) in sdp_copy_raw_data()
436 static void process_service_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply) in process_service_attr_rsp()
[all …]
Dsdp_utils.c56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) in sdpu_find_ccb_by_cid()
59 tCONN_CB *p_ccb; in sdpu_find_ccb_by_cid()
83 tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db) in sdpu_find_ccb_by_db()
87 tCONN_CB *p_ccb; in sdpu_find_ccb_by_db()
113 tCONN_CB *sdpu_allocate_ccb (void) in sdpu_allocate_ccb()
116 tCONN_CB *p_ccb; in sdpu_allocate_ccb()
123 memset (p_ccb, 0, sizeof (tCONN_CB)); in sdpu_allocate_ccb()
145 void sdpu_release_ccb (tCONN_CB *p_ccb) in sdpu_release_ccb()
313 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_t… in sdpu_build_n_send_error()
Dsdp_server.c53 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num,
57 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
61 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
115 void sdp_server_handle_client_req (tCONN_CB *p_ccb, BT_HDR *p_msg) in sdp_server_handle_client_req()
173 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_search()
316 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_attr_req()
571 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_search_attr_req()
Dsdp_api.c125 tCONN_CB *p_ccb = sdpu_find_ccb_by_db (p_db); in SDP_CancelServiceSearch()
150 tCONN_CB *p_ccb; in SDP_ServiceSearchRequest()
187 tCONN_CB *p_ccb; in SDP_ServiceSearchAttributeRequest()
224 tCONN_CB *p_ccb; in SDP_ServiceSearchAttributeRequest2()
1420 tCONN_CB *p_ccb; in SDP_ConnOpen()
1457 tCONN_CB *p_ccb = NULL; in SDP_WriteData()
1489 tCONN_CB *p_ccb = NULL; in SDP_ConnClose()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_task.c427 sdp_conn_timeout ((tCONN_CB *)p_tle->param); in btu_task()