Lines Matching refs:num_uuids
344 size_t num_uuids = btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS); in cfg2prop() local
345 prop->len = num_uuids * sizeof(bt_uuid_t); in cfg2prop()
553 size_t num_uuids = 0; in btif_split_uuids_string() local
554 while (str && num_uuids < max_uuids) in btif_split_uuids_string()
558 num_uuids++; in btif_split_uuids_string()
563 return num_uuids; in btif_split_uuids_string()
612 uint32_t num_uuids = 0; in btif_storage_get_adapter_property() local
628 p_uuid+num_uuids); in btif_storage_get_adapter_property()
629 num_uuids++; in btif_storage_get_adapter_property()
635 p_uuid+num_uuids); in btif_storage_get_adapter_property()
636 num_uuids++; in btif_storage_get_adapter_property()
641 p_uuid+num_uuids); in btif_storage_get_adapter_property()
642 num_uuids++; in btif_storage_get_adapter_property()
647 p_uuid+num_uuids); in btif_storage_get_adapter_property()
648 num_uuids++; in btif_storage_get_adapter_property()
653 p_uuid+num_uuids); in btif_storage_get_adapter_property()
654 num_uuids++; in btif_storage_get_adapter_property()
659 property->len = (num_uuids)*sizeof(bt_uuid_t); in btif_storage_get_adapter_property()