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);
69 sdp_buf_t *sdp_get_cached_rsp(sdp_cont_state_t *cstate);
sdpd-request.c 55 sdp_buf_t buf;
61 sdp_buf_t *sdp_get_cached_rsp(sdp_cont_state_t *cstate)
71 static uint32_t sdp_cstate_alloc_buf(sdp_buf_t *buf)
242 static int sdp_set_cstate_pdu(sdp_buf_t *buf, sdp_cont_state_t *cstate)
343 static int service_search_req(sdp_req_t *req, sdp_buf_t *buf)
462 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
543 static int extract_attrs(sdp_record_t *rec, sdp_list_t *seq, sdp_buf_t *buf)
545 sdp_buf_t pdu;
618 static int service_attr_req(sdp_req_t *req, sdp_buf_t *buf)
698 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate)
    [all...]
sdpd-service.c 572 int service_register_req(sdp_req_t *req, sdp_buf_t *rsp)
642 int service_update_req(sdp_req_t *req, sdp_buf_t *rsp)
685 int service_remove_req(sdp_req_t *req, sdp_buf_t *rsp)
storage.c 872 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 477 } sdp_buf_t; typedef in typeref:struct:__anon1757
  /external/bluetooth/bluez/lib/
sdp.c 103 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d);
664 static int sdp_get_data_type(sdp_buf_t *buf, uint8_t dtd)
697 static int sdp_set_data_type(sdp_buf_t *buf, uint8_t dtd)
709 void sdp_set_attrid(sdp_buf_t *buf, uint16_t attr)
721 static int get_data_size(sdp_buf_t *buf, sdp_data_t *sdpdata)
736 static int sdp_get_data_size(sdp_buf_t *buf, sdp_data_t *d)
812 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d)
836 int sdp_gen_pdu(sdp_buf_t *buf, sdp_data_t *d)
944 sdp_append_to_pdu((sdp_buf_t *)udata, (sdp_data_t *)value);
949 sdp_gen_buffer((sdp_buf_t *)udata, (sdp_data_t *)value)
    [all...]

Completed in 353 milliseconds