Searched refs:uuid_size (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 154 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, 156 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size ); 3180 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument 3191 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList() 3206 if( uuid_size == LEN_UUID_16 ) in BTM_GetEirUuidList() 3214 else if( uuid_size == LEN_UUID_32 ) in BTM_GetEirUuidList() 3222 else if( uuid_size == LEN_UUID_128 ) in BTM_GetEirUuidList() 3257 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, in btm_eir_get_uuid_list() argument 3264 switch( uuid_size ) in btm_eir_get_uuid_list() 3295 *p_num_uuid = uuid_len / uuid_size; in btm_eir_get_uuid_list() [all …]
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1100 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) in gatt_parse_uuid_from_cmd() argument 1108 switch (uuid_size) in gatt_parse_uuid_from_cmd() 1111 p_uuid_rec->len = uuid_size; in gatt_parse_uuid_from_cmd() 1155 if (uuid_size != 0) ret = FALSE; in gatt_parse_uuid_from_cmd()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 4424 BTM_API extern UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
|