Home
last modified time | relevance | path

Searched refs:sdp_extract_pdu (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h602 sdp_record_t *sdp_extract_pdu(const uint8_t *pdata, int bufsize, int *scanned);
/external/bluetooth/bluez/src/
Dglib-helper.c160 rec = sdp_extract_pdu(rsp, bytesleft, &recsize); in search_completed_cb()
Dstorage.c835 rec = sdp_extract_pdu(pdata, size, &len); in record_from_string()
/external/bluetooth/bluez/lib/
Dsdp.c1406 sdp_record_t *sdp_extract_pdu(const uint8_t *buf, int bufsize, int *scanned) in sdp_extract_pdu() function
3614 rec = sdp_extract_pdu(pdata, pdata_len, &scanned); in sdp_service_attr_req()
4449 sdp_record_t *rec = sdp_extract_pdu(pdata, pdata_len, &recsize); in sdp_service_search_attr_req()