Lines Matching refs:num_uuids
371 size_t num_uuids = in cfg2prop() local
373 prop->len = num_uuids * sizeof(Uuid); in cfg2prop()
550 size_t num_uuids = 0; in btif_split_uuids_string() local
551 while (str && num_uuids < max_uuids) { in btif_split_uuids_string()
560 num_uuids++; in btif_split_uuids_string()
565 return num_uuids; in btif_split_uuids_string()
670 uint32_t num_uuids = 0; in btif_storage_get_adapter_property() local
681 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
683 num_uuids++; in btif_storage_get_adapter_property()
689 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
691 num_uuids++; in btif_storage_get_adapter_property()
694 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
696 num_uuids++; in btif_storage_get_adapter_property()
699 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AUDIO_SINK); in btif_storage_get_adapter_property()
700 num_uuids++; in btif_storage_get_adapter_property()
703 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
705 num_uuids++; in btif_storage_get_adapter_property()
710 property->len = (num_uuids) * sizeof(Uuid); in btif_storage_get_adapter_property()
1531 size_t num_uuids = in btif_storage_load_bonded_hearing_aids() local
1533 for (size_t i = 0; i < num_uuids; i++) { in btif_storage_load_bonded_hearing_aids()