Home
last modified time | relevance | path

Searched refs:MAX_UUID_SIZE (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/sdp/
Dsdp_utils.c635 for (xx = 4; xx < MAX_UUID_SIZE; xx++) in sdpu_is_base_uuid()
658 UINT8 nu1[MAX_UUID_SIZE]; in sdpu_compare_uuid_arrays()
659 UINT8 nu2[MAX_UUID_SIZE]; in sdpu_compare_uuid_arrays()
690 memcpy (nu1, p_uuid1, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
691 memcpy (nu2, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
698 return (memcmp (nu1, nu2, MAX_UUID_SIZE) == 0); in sdpu_compare_uuid_arrays()
713 memcpy (nu2, p_uuid2, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
714 memcpy (nu1, sdp_base_uuid, MAX_UUID_SIZE); in sdpu_compare_uuid_arrays()
721 return (memcmp (nu1, nu2, MAX_UUID_SIZE) == 0); in sdpu_compare_uuid_arrays()
792 else if (!memcmp (p_btuuid->uu.uuid128,(void*) p_attr->attr_value.v.array, MAX_UUID_SIZE)) in sdpu_compare_uuid_with_attr()
[all …]
Dsdpint.h95 UINT8 value[MAX_UUID_SIZE];
Dsdp_discovery.c945 p += MAX_UUID_SIZE - 4; in add_attr()
951 p += MAX_UUID_SIZE - 4; in add_attr()
/system/bt/stack/btm/
Dbtm_ble_gap.c1493 if (len >= (MAX_UUID_SIZE + 2) && data_mask & BTM_BLE_AD_BIT_SERVICE_128 && in btm_ble_build_adv_data()
1496 *p ++ = 1 + MAX_UUID_SIZE; in btm_ble_build_adv_data()
1502 ARRAY_TO_STREAM(p, p_data->services_128b.uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
1504 len -= (MAX_UUID_SIZE + MIN_ADV_LENGTH); in btm_ble_build_adv_data()
1532 if (len >= (MAX_UUID_SIZE + MIN_ADV_LENGTH) && data_mask & BTM_BLE_AD_BIT_SERVICE_128SOL && in btm_ble_build_adv_data()
1535 *p ++ = 1 + MAX_UUID_SIZE; in btm_ble_build_adv_data()
1537 ARRAY_TO_STREAM(p, p_data->sol_service_128b.uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
1538 len -= (MAX_UUID_SIZE + MIN_ADV_LENGTH); in btm_ble_build_adv_data()
/system/bt/btif/src/
Dbtif_dm.c871 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE); in search_services_copy_cb()
1182 prop.len = MAX_UUID_SIZE; in btif_dm_auth_cmpl_evt()
1513 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE; in btif_dm_search_services_evt()
1517 … uuid_to_string_legacy((bt_uuid_t*)(p_data->disc_res.p_uuid_list + (i*MAX_UUID_SIZE)), temp); in btif_dm_search_services_evt()
1590 prop.len = MAX_UUID_SIZE; in btif_dm_search_services_evt()
2174 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE); in bte_dm_search_services_evt()
2707 sdp_uuid.len = MAX_UUID_SIZE; in btif_dm_get_remote_service_record()
2708 memcpy(sdp_uuid.uu.uuid128, uuid->uu, MAX_UUID_SIZE); in btif_dm_get_remote_service_record()
Dbtif_util.c110 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE); in uuid16_to_uuid128()
/system/bt/stack/include/
Dbt_types.h411 #define MAX_UUID_SIZE 16 macro
424 UINT8 uuid128[MAX_UUID_SIZE];
Dbtm_ble_api.h418 UINT8 uuid128[MAX_UUID_SIZE];
/system/bt/bta/dm/
Dbta_dm_act.c1604 UINT8 uuid_list[32][MAX_UUID_SIZE]; // assuming a max of 32 services in bta_dm_sdp_result()
1722 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE); in bta_dm_sdp_result()
1751 (UINT8 *)osi_malloc(num_uuids * MAX_UUID_SIZE); in bta_dm_sdp_result()
1753 uuid_list, num_uuids * MAX_UUID_SIZE); in bta_dm_sdp_result()