Searched defs:complete_type (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3262 UINT8 complete_type, more_type; local
3268 complete_type = BTM_EIR_COMPLETE_16BITS_UUID_TYPE;
3272 complete_type = BTM_EIR_COMPLETE_32BITS_UUID_TYPE;
3276 complete_type = BTM_EIR_COMPLETE_128BITS_UUID_TYPE;
3285 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len );
3293 *p_uuid_list_type = complete_type;

Completed in 66 milliseconds