Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdpint.h103 } tSDP_UUID_SEQ; typedef
286 extern UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq);
295 extern UINT16 sdpu_get_list_len( tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq );
303 extern tSDP_RECORD *sdp_db_service_search (tSDP_RECORD *p_rec, tSDP_UUID_SEQ *p_seq);
Dsdp_utils.c369 UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq) in sdpu_extract_uid_seq()
851 UINT16 sdpu_get_list_len(tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq) in sdpu_get_list_len()
Dsdp_server.c173 tSDP_UUID_SEQ uid_seq; in process_service_search()
558 tSDP_UUID_SEQ uid_seq; in process_service_search_attr_req()
Dsdp_db.c60 tSDP_RECORD *sdp_db_service_search (tSDP_RECORD *p_rec, tSDP_UUID_SEQ *p_seq) in sdp_db_service_search()