Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h105 } tSDP_UUID_SEQ; typedef
277 extern UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq);
286 extern UINT16 sdpu_get_list_len( tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq );
294 extern tSDP_RECORD *sdp_db_service_search (tSDP_RECORD *p_rec, tSDP_UUID_SEQ *p_seq);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c361 UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq) in sdpu_extract_uid_seq()
839 UINT16 sdpu_get_list_len(tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq) in sdpu_get_list_len()
Dsdp_server.c175 tSDP_UUID_SEQ uid_seq; in process_service_search()
552 tSDP_UUID_SEQ uid_seq; in process_service_search_attr_req()
Dsdp_db.c63 tSDP_RECORD *sdp_db_service_search (tSDP_RECORD *p_rec, tSDP_UUID_SEQ *p_seq) in sdp_db_service_search()