Home
last modified time | relevance | path

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

/openbmc/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()
2474 hdev->le_num_of_adv_sets = HCI_MAX_ADV_INSTANCES; in hci_alloc_dev_priv()
H A Dhci_conn.c1445 for (bis = 0x01; bis < hdev->le_num_of_adv_sets; in qos_set_bis()
1453 if (bis == hdev->le_num_of_adv_sets) in qos_set_bis()
H A Dmgmt.c2224 u8 instance = hdev->le_num_of_adv_sets + 1; in mesh_send_sync()
2228 if (hdev->le_num_of_adv_sets <= hdev->adv_instance_cnt) in mesh_send_sync()
8450 rp->max_instances = hdev->le_num_of_adv_sets; in read_adv_features()
8455 /* Only instances 1-le_num_of_adv_sets are externally visible */ in read_adv_features()
8677 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_advertising()
8870 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_ext_adv_params()
9227 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in get_adv_size_info()
H A Dhci_event.c1825 hdev->le_num_of_adv_sets = rp->num_of_sets; in hci_cc_le_read_num_adv_sets()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h368 __u8 le_num_of_adv_sets; member