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

  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 219 } tCONN_CB;
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, char *p_error_text)
    [all...]
sdp_main.c 176 tCONN_CB *p_ccb;
232 tCONN_CB *p_ccb;
310 tCONN_CB *p_ccb;
404 tCONN_CB *p_ccb;
462 tCONN_CB *p_ccb;
505 tCONN_CB *p_ccb;
543 tCONN_CB* sdp_conn_originate (UINT8 *p_bd_addr)
545 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));
145 void sdpu_release_ccb (tCONN_CB *p_ccb)
313 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);
119 static void sdp_snd_service_search_req(tCONN_CB *p_ccb, UINT8 cont_len, UINT8 * p_cont)
195 void sdp_disc_connected (tCONN_CB *p_ccb)
242 void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg)
320 static void process_service_search_rsp (tCONN_CB *p_ccb, UINT8 *p_reply)
381 static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset)
436 static void process_service_attr_rsp (tCONN_CB *p_ccb, UINT8 *p_reply
    [all...]
sdp_server.c 53 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)
173 static void process_service_search (tCONN_CB *p_ccb, UINT16 trans_num,
316 static void process_service_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
571 static void process_service_search_attr_req (tCONN_CB *p_ccb, UINT16 trans_num,
sdp_api.c 125 tCONN_CB *p_ccb = sdpu_find_ccb_by_db (p_db);
150 tCONN_CB *p_ccb;
187 tCONN_CB *p_ccb;
224 tCONN_CB *p_ccb;
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 427 sdp_conn_timeout ((tCONN_CB *)p_tle->param);

Completed in 60 milliseconds