Home
last modified time | relevance | path

Searched refs:sdpu_extract_uid_seq (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h277 extern UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_server.c184 p_req = sdpu_extract_uid_seq (p_req, param_len, &uid_seq); in process_service_search()
565 p_req = sdpu_extract_uid_seq (p_req, param_len, &uid_seq); in process_service_search_attr_req()
Dsdp_utils.c361 UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq) in sdpu_extract_uid_seq() function