Home
last modified time | relevance | path

Searched refs:SIZE_IN_NEXT_LONG (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c249 UINT8_TO_BE_STREAM (p_out, (p_attr->type << 3) | SIZE_IN_NEXT_LONG); in sdpu_build_attrib_entry()
404 case SIZE_IN_NEXT_LONG: in sdpu_extract_uid_seq()
443 case SIZE_IN_NEXT_LONG: in sdpu_extract_uid_seq()
510 case SIZE_IN_NEXT_LONG: in sdpu_extract_attr_seq()
547 case SIZE_IN_NEXT_LONG: in sdpu_extract_attr_seq()
618 case SIZE_IN_NEXT_LONG: in sdpu_get_len_from_type()
/external/bluetooth/bluedroid/stack/include/
Dsdpdefs.h307 #define SIZE_IN_NEXT_LONG 7 macro