Lines Matching refs:num_uuids
367 size_t num_uuids = in cfg2prop() local
369 prop->len = num_uuids * sizeof(Uuid); in cfg2prop()
546 size_t num_uuids = 0; in btif_split_uuids_string() local
547 while (str && num_uuids < max_uuids) { in btif_split_uuids_string()
556 num_uuids++; in btif_split_uuids_string()
561 return num_uuids; in btif_split_uuids_string()
666 uint32_t num_uuids = 0; in btif_storage_get_adapter_property() local
677 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
679 num_uuids++; in btif_storage_get_adapter_property()
685 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
687 num_uuids++; in btif_storage_get_adapter_property()
690 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
692 num_uuids++; in btif_storage_get_adapter_property()
695 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AUDIO_SINK); in btif_storage_get_adapter_property()
696 num_uuids++; in btif_storage_get_adapter_property()
699 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
701 num_uuids++; in btif_storage_get_adapter_property()
706 property->len = (num_uuids) * sizeof(Uuid); in btif_storage_get_adapter_property()
1530 size_t num_uuids = in btif_storage_load_bonded_hearing_aids() local
1532 for (size_t i = 0; i < num_uuids; i++) { in btif_storage_load_bonded_hearing_aids()