Home | History | Annotate | Download | only in btm

Lines Matching full:uuid

129 If customized UUID look-up table needs to be used,
131 BTM_EIR_UUID_LKUP_TBL = <customized UUID list>
132 BTM_EIR_MAX_SERVICES = <number of UUID in list>
2321 /* set bit map of UUID list from received EIR */
2985 ** Description This function is called to get the bit position of UUID.
2987 ** Parameters uuid16 - UUID 16-bit
3013 ** Description This function is called to know if UUID in bit map of UUID.
3015 ** Parameters p_eir_uuid - bit map of UUID list
3016 ** uuid16 - UUID 16-bit
3041 ** Description This function is called to know if UUID in bit map of UUID list.
3044 ** uuid16 - UUID 16-bit
3073 ** Description This function is called to add a service in bit map of UUID list.
3075 ** Parameters p_eir_uuid - bit mask of UUID list for EIR
3076 ** uuid16 - UUID 16-bit
3096 ** Description This function is called to remove a service in bit map of UUID list.
3098 ** Parameters p_eir_uuid - bit mask of UUID list for EIR
3099 ** uuid16 - UUID 16-bit
3119 ** Description This function is called to get UUID list from bit map of UUID list.
3121 ** Parameters p_eir_uuid - bit mask of UUID list for EIR
3123 ** max_num_uuid16 - max number of UUID can be written in EIR
3124 ** num_uuid16 - number of UUID have been written in EIR
3164 ** Description This function parses EIR and returns UUID list.
3168 ** p_num_uuid - return number of UUID in found list
3169 ** p_uuid_list - return UUID list
3170 ** max_num_uuid - maximum number of UUID to be returned
3200 BTM_TRACE_WARNING2("BTM_GetEirUuidList number of uuid in EIR = %d, size of uuid list = %d",
3205 BTM_TRACE_DEBUG2("BTM_GetEirUuidList type = %02X, number of uuid = %d", type, *p_num_uuid );
3247 ** Description This function searches UUID list in EIR.
3250 ** uuid_size - size of UUID to find
3254 ** Returns NULL - if UUID list with uuid_size is not found
3255 ** beginning of UUID list in EIR - otherwise
3304 ** Description This function converts UUID to UUID 16-bit.
3306 ** Parameters p_uuid - address of UUID
3307 ** uuid_size - size of UUID
3309 ** Returns 0 - if UUID cannot be converted to UUID 16-bit
3310 ** UUID 16-bit - otherwise
3333 /* See if we can compress his UUID down to 16 or 32bit UUIDs */
3353 BTM_TRACE_WARNING0("btm_convert_uuid_to_uuid16 invalid uuid size");
3364 ** Description This function is called to store received UUID into inquiry result.