Home
last modified time | relevance | path

Searched refs:le_num_of_adv_sets (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c1687 if (hdev->adv_instance_cnt >= hdev->le_num_of_adv_sets || in hci_add_adv_instance()
1688 instance < 1 || instance > hdev->le_num_of_adv_sets + 1) in hci_add_adv_instance()
1701 if (hdev->le_num_of_adv_sets == 1 && instance == 1) in hci_add_adv_instance()
2470 hdev->le_num_of_adv_sets = HCI_MAX_ADV_INSTANCES; in hci_alloc_dev_priv()
H A Dhci_conn.c1475 for (bis = 0x01; bis < hdev->le_num_of_adv_sets; in qos_set_bis()
1483 if (bis == hdev->le_num_of_adv_sets) in qos_set_bis()
H A Dmgmt.c2231 u8 instance = hdev->le_num_of_adv_sets + 1; in mesh_send_sync()
2235 if (hdev->le_num_of_adv_sets <= hdev->adv_instance_cnt) in mesh_send_sync()
8431 rp->max_instances = hdev->le_num_of_adv_sets; in read_adv_features()
8658 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_advertising()
8850 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_ext_adv_params()
9207 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in get_adv_size_info()
H A Dhci_event.c1822 hdev->le_num_of_adv_sets = rp->num_of_sets; in hci_cc_le_read_num_adv_sets()
/linux/include/net/bluetooth/
H A Dhci_core.h368 __u8 le_num_of_adv_sets; member