Searched refs:sdpu_get_len_from_type (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c410 p = sdpu_get_len_from_type (p, type, &list_len);
750 p = sdpu_get_len_from_type (p, type, &seq_len);
799 p = sdpu_get_len_from_type (p, type, &seq_len);
820 p = sdpu_get_len_from_type (p, type, &attr_len);
910 p = sdpu_get_len_from_type (p, type, &attr_len);
H A Dsdpint.h288 SDP_API extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
H A Dsdp_db.c133 p = sdpu_get_len_from_type (p, type, &len);
H A Dsdp_utils.c580 ** Function sdpu_get_len_from_type
587 UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len) function
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h473 extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
H A Dbta_jv_act.c1203 np = sdpu_get_len_from_type(p, type, &len);
1264 np = sdpu_get_len_from_type(p, type, &len);
1353 next_ptr = sdpu_get_len_from_type(ptr + 1, *ptr, &len);
1408 next_ptr = sdpu_get_len_from_type(ptr + 1, *ptr, &len);
H A Dbta_jv_api.c738 np = sdpu_get_len_from_type(p, type, &len);

Completed in 474 milliseconds