Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h210 } tCONN_CB; typedef
216 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
244 extern void sdp_disconnect (tCONN_CB *p_ccb, UINT16 reason);
261 extern void sdp_conn_timeout (tCONN_CB *p_ccb);
263 extern tCONN_CB *sdp_conn_originate (UINT8 *p_bd_addr);
267 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
268 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
269 extern tCONN_CB *sdpu_allocate_ccb (void);
270 extern void sdpu_release_ccb (tCONN_CB *p_ccb);
274 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, cha…
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c253 tCONN_CB *p_ccb; in sdp_connect_ind()
308 tCONN_CB *p_ccb; in sdp_connect_cfm()
381 tCONN_CB *p_ccb; in sdp_config_ind()
468 tCONN_CB *p_ccb; in sdp_config_cfm()
530 tCONN_CB *p_ccb; in sdp_disconnect_ind()
574 tCONN_CB *p_ccb; in sdp_data_ind()
614 tCONN_CB *sdp_conn_originate (UINT8 *p_bd_addr) in sdp_conn_originate()
616 tCONN_CB *p_ccb; in sdp_conn_originate()
659 void sdp_disconnect (tCONN_CB *p_ccb, UINT16 reason) in sdp_disconnect()
736 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);
113 static void sdp_snd_service_search_req(tCONN_CB *p_ccb, UINT8 cont_len, UINT8 *p_cont) in sdp_snd_service_search_req()
187 void sdp_disc_connected (tCONN_CB *p_ccb) in sdp_disc_connected()
214 void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg) in sdp_disc_server_rsp()
272 static void process_service_search_rsp (tCONN_CB *p_ccb, UINT8 *p_reply) in process_service_search_rsp()
331 static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset) in sdp_copy_raw_data()
382 static void process_service_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply) in process_service_attr_rsp()
[all …]
Dsdp_utils.c58 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) in sdpu_find_ccb_by_cid()
61 tCONN_CB *p_ccb; in sdpu_find_ccb_by_cid()
85 tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db) in sdpu_find_ccb_by_db()
89 tCONN_CB *p_ccb; in sdpu_find_ccb_by_db()
114 tCONN_CB *sdpu_allocate_ccb (void) in sdpu_allocate_ccb()
117 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()
305 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.c52 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num,
56 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
60 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
114 void sdp_server_handle_client_req (tCONN_CB *p_ccb, BT_HDR *p_msg) in sdp_server_handle_client_req()
170 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_search()
306 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_attr_req()
545 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num, in process_service_search_attr_req()
Dsdp_api.c119 tCONN_CB *p_ccb = sdpu_find_ccb_by_db (p_db); in SDP_CancelServiceSearch()
145 tCONN_CB *p_ccb; in SDP_ServiceSearchRequest()
182 tCONN_CB *p_ccb; in SDP_ServiceSearchAttributeRequest()
220 tCONN_CB *p_ccb; in SDP_ServiceSearchAttributeRequest2()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c329 sdp_conn_timeout ((tCONN_CB *)p_tle->param); in btu_general_alarm_process()