Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dhci_core.h172 #define HCI_MAX_ADV_INSTANCES 5 macro
/linux-4.4.14/net/bluetooth/
Dhci_core.c2806 if (hdev->adv_instance_cnt >= HCI_MAX_ADV_INSTANCES || in hci_add_adv_instance()
2807 instance < 1 || instance > HCI_MAX_ADV_INSTANCES) in hci_add_adv_instance()
Dmgmt.c6986 rp->max_instances = HCI_MAX_ADV_INSTANCES; in read_adv_features()