Home
last modified time | relevance | path

Searched refs:HCI_MAX_ADV_INSTANCES (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h180 #define HCI_MAX_ADV_INSTANCES 5 macro
/Linux-v4.19/net/bluetooth/
Dhci_core.c2786 if (hdev->adv_instance_cnt >= HCI_MAX_ADV_INSTANCES || in hci_add_adv_instance()
2787 instance < 1 || instance > HCI_MAX_ADV_INSTANCES) in hci_add_adv_instance()
Dmgmt.c6379 rp->max_instances = HCI_MAX_ADV_INSTANCES; in read_adv_features()
6568 if (cp->instance < 1 || cp->instance > HCI_MAX_ADV_INSTANCES) in add_advertising()
6805 if (cp->instance < 1 || cp->instance > HCI_MAX_ADV_INSTANCES) in get_adv_size_info()