Searched refs:sdp_extract_pdu (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | sdp_lib.h | 602 sdp_record_t *sdp_extract_pdu(const uint8_t *pdata, int bufsize, int *scanned);
|
/external/bluetooth/bluez/src/ |
D | glib-helper.c | 160 rec = sdp_extract_pdu(rsp, bytesleft, &recsize); in search_completed_cb()
|
D | storage.c | 835 rec = sdp_extract_pdu(pdata, size, &len); in record_from_string()
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 1406 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()
|