Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dmgmt.c852 return hdev->cur_adv_instance; in get_current_adv_instance()
1529 if (!force && hdev->cur_adv_instance == instance && in schedule_adv_instance()
1533 hdev->cur_adv_instance = instance; in schedule_adv_instance()
1568 if (!instance || hdev->cur_adv_instance == instance) in clear_adv_instance()
1575 if (instance && hdev->cur_adv_instance == instance) in clear_adv_instance()
1589 hdev->cur_adv_instance = 0x00; in clear_adv_instance()
1607 hdev->cur_adv_instance = 0x00; in clear_adv_instance()
4833 instance = hdev->cur_adv_instance; in set_advertising_complete()
7084 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
7217 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
[all …]
Dhci_core.c2760 if (hdev->cur_adv_instance == instance && hdev->adv_instance_timeout) { in hci_remove_adv_instance()
3248 hdev->cur_adv_instance = 0x00; in hci_alloc_dev()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h384 __u8 cur_adv_instance; member