adv_instance_cnt  422 include/net/bluetooth/hci_core.h 	unsigned int		adv_instance_cnt;
adv_instance_cnt 2794 net/bluetooth/hci_core.c 	hdev->adv_instance_cnt--;
adv_instance_cnt 2823 net/bluetooth/hci_core.c 	hdev->adv_instance_cnt = 0;
adv_instance_cnt 2852 net/bluetooth/hci_core.c 		if (hdev->adv_instance_cnt >= hdev->le_num_of_adv_sets ||
adv_instance_cnt 2863 net/bluetooth/hci_core.c 		hdev->adv_instance_cnt++;
adv_instance_cnt 3194 net/bluetooth/hci_core.c 	hdev->adv_instance_cnt = 0;
adv_instance_cnt 6360 net/bluetooth/mgmt.c 	rp_len = sizeof(*rp) + hdev->adv_instance_cnt;
adv_instance_cnt 6373 net/bluetooth/mgmt.c 	rp->num_instances = hdev->adv_instance_cnt;
adv_instance_cnt 6547 net/bluetooth/mgmt.c 	unsigned int prev_instance_cnt = hdev->adv_instance_cnt;
adv_instance_cnt 6621 net/bluetooth/mgmt.c 	if (hdev->adv_instance_cnt > prev_instance_cnt)