HomeSort by relevance Sort by last modified time
    Searched refs:tCONN_CB (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/sdp/
sdpint.h 215 } tCONN_CB;
222 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
249 extern void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason);
268 extern tCONN_CB *sdp_conn_originate (UINT8 *p_bd_addr);
272 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
273 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
274 extern tCONN_CB *sdpu_allocate_ccb (void);
275 extern void sdpu_release_ccb (tCONN_CB *p_ccb);
279 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);
307 extern void sdp_server_handle_client_req (tCONN_CB *p_ccb, BT_HDR *p_msg)
    [all...]
sdp_main.c 178 tCONN_CB *p_ccb;
234 tCONN_CB *p_ccb;
312 tCONN_CB *p_ccb;
407 tCONN_CB *p_ccb;
468 tCONN_CB *p_ccb;
511 tCONN_CB *p_ccb;
549 tCONN_CB* sdp_conn_originate (UINT8 *p_bd_addr)
551 tCONN_CB *p_ccb;
598 void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason)
675 tCONN_CB *p_ccb
    [all...]
sdp_utils.c 56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid)
59 tCONN_CB *p_ccb;
83 tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db)
87 tCONN_CB *p_ccb;
113 tCONN_CB *sdpu_allocate_ccb (void)
116 tCONN_CB *p_ccb;
123 memset(p_ccb, 0, sizeof(tCONN_CB));
143 void sdpu_release_ccb (tCONN_CB *p_ccb)
312 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
sdp_discovery.c 48 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);
120 static void sdp_snd_service_search_req(tCONN_CB *p_ccb, UINT8 cont_len, UINT8 * p_cont)
190 void sdp_disc_connected (tCONN_CB *p_ccb)
220 void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg)
283 static void process_service_search_rsp (tCONN_CB *p_ccb, UINT8 *p_reply)
344 static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset)
397 static void process_service_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply
    [all...]
sdp_server.c 55 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num,
59 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
63 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
117 void sdp_server_handle_client_req (tCONN_CB *p_ccb, BT_HDR *p_msg)
176 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num,
315 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
544 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
sdp_api.c 120 tCONN_CB *p_ccb = sdpu_find_ccb_by_db (p_db);
145 tCONN_CB *p_ccb;
182 tCONN_CB *p_ccb;
219 tCONN_CB *p_ccb;
    [all...]

Completed in 911 milliseconds