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

  /external/bluetooth/bluez/src/
sdpd.h 50 int service_register_req(sdp_req_t *req, sdp_buf_t *rsp);
51 int service_update_req(sdp_req_t *req, sdp_buf_t *rsp);
52 int service_remove_req(sdp_req_t *req, sdp_buf_t *rsp);
sdpd-request.c 65 sdp_buf_t buf;
71 static sdp_buf_t *sdp_get_cached_rsp(sdp_cont_state_t *cstate)
81 static uint32_t sdp_cstate_alloc_buf(sdp_buf_t *buf)
252 static int sdp_set_cstate_pdu(sdp_buf_t *buf, sdp_cont_state_t *cstate)
352 static int service_search_req(sdp_req_t *req, sdp_buf_t *buf)
471 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
552 static int extract_attrs(sdp_record_t *rec, sdp_list_t *seq, sdp_buf_t *buf)
554 sdp_buf_t pdu;
623 static int service_attr_req(sdp_req_t *req, sdp_buf_t *buf)
712 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate)
    [all...]
sdpd-service.c 399 int service_register_req(sdp_req_t *req, sdp_buf_t *rsp)
468 int service_update_req(sdp_req_t *req, sdp_buf_t *rsp)
510 int service_remove_req(sdp_req_t *req, sdp_buf_t *rsp)
storage.c 791 sdp_buf_t buf;
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 611 void sdp_set_attrid(sdp_buf_t *pdu, uint16_t id);
612 void sdp_append_to_pdu(sdp_buf_t *dst, sdp_data_t *d);
613 void sdp_append_to_buf(sdp_buf_t *dst, uint8_t *data, uint32_t len);
615 int sdp_gen_pdu(sdp_buf_t *pdu, sdp_data_t *data);
616 int sdp_gen_record_pdu(const sdp_record_t *rec, sdp_buf_t *pdu);
sdp.h 479 } sdp_buf_t; typedef in typeref:struct:__anon2251
  /external/bluetooth/bluez/lib/
sdp.c 75 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d);
638 static int sdp_get_data_type(sdp_buf_t *buf, uint8_t dtd)
671 static int sdp_set_data_type(sdp_buf_t *buf, uint8_t dtd)
683 void sdp_set_attrid(sdp_buf_t *buf, uint16_t attr)
694 static int get_data_size(sdp_buf_t *buf, sdp_data_t *sdpdata)
709 static int sdp_get_data_size(sdp_buf_t *buf, sdp_data_t *d)
785 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d)
809 int sdp_gen_pdu(sdp_buf_t *buf, sdp_data_t *d)
917 sdp_append_to_pdu((sdp_buf_t *)udata, (sdp_data_t *)value);
922 sdp_gen_buffer((sdp_buf_t *)udata, (sdp_data_t *)value)
    [all...]

Completed in 214 milliseconds