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.c1680 if (hdev->adv_instance_cnt >= hdev->le_num_of_adv_sets || in hci_add_adv_instance()
1681 instance < 1 || instance > hdev->le_num_of_adv_sets + 1) in hci_add_adv_instance()
1694 if (hdev->le_num_of_adv_sets == 1 && instance == 1) in hci_add_adv_instance()
2467 hdev->le_num_of_adv_sets = HCI_MAX_ADV_INSTANCES; in hci_alloc_dev_priv()
H A Dhci_conn.c1650 for (bis = 0x01; bis < hdev->le_num_of_adv_sets; in qos_set_bis()
1658 if (bis == hdev->le_num_of_adv_sets) in qos_set_bis()
H A Dmgmt.c2332 u8 instance = hdev->le_num_of_adv_sets + 1; in mesh_send_sync()
2336 if (hdev->le_num_of_adv_sets <= hdev->adv_instance_cnt) in mesh_send_sync()
8791 rp->max_instances = hdev->le_num_of_adv_sets; in read_adv_features()
9018 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_advertising()
9210 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_ext_adv_params()
9574 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in get_adv_size_info()
H A Dhci_event.c1886 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.h381 __u8 le_num_of_adv_sets; member