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.c1720 if (hdev->adv_instance_cnt >= hdev->le_num_of_adv_sets || in hci_add_adv_instance()
1721 instance < 1 || instance > hdev->le_num_of_adv_sets + 1) in hci_add_adv_instance()
2508 hdev->le_num_of_adv_sets = HCI_MAX_ADV_INSTANCES; in hci_alloc_dev_priv()
H A Dhci_conn.c1533 for (bis = 0x01; bis < hdev->le_num_of_adv_sets; in qos_set_bis()
1541 if (bis == hdev->le_num_of_adv_sets) in qos_set_bis()
H A Dmgmt.c2210 u8 instance = hdev->le_num_of_adv_sets + 1; in mesh_send_sync()
2214 if (hdev->le_num_of_adv_sets <= hdev->adv_instance_cnt) in mesh_send_sync()
8374 rp->max_instances = hdev->le_num_of_adv_sets; in read_adv_features()
8601 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_advertising()
8794 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in add_ext_adv_params()
9151 if (cp->instance < 1 || cp->instance > hdev->le_num_of_adv_sets) in get_adv_size_info()
H A Dhci_event.c1829 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.h373 __u8 le_num_of_adv_sets; member