Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h260 #define HCI_MAX_ADV_MONITOR_NUM_HANDLES 32 macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c4176 __u16 handles[HCI_MAX_ADV_MONITOR_NUM_HANDLES]; in read_adv_mon_features()
4201 rp->max_num_handles = cpu_to_le16(HCI_MAX_ADV_MONITOR_NUM_HANDLES); in read_adv_mon_features()
H A Dhci_core.c3056 max = HCI_MIN_ADV_MONITOR_HANDLE + HCI_MAX_ADV_MONITOR_NUM_HANDLES; in hci_add_adv_monitor()