Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c430 if (hdev->cur_adv_instance) { in reenable_adv_sync()
432 hdev->cur_adv_instance, in reenable_adv_sync()
491 if (!instance || hdev->cur_adv_instance == instance) in hci_clear_adv_instance_sync()
498 if (instance && hdev->cur_adv_instance == instance) in hci_clear_adv_instance_sync()
565 if (hdev->cur_adv_instance == 0x00) in adv_timeout_expire()
572 *inst_ptr = hdev->cur_adv_instance; in adv_timeout_expire()
1840 hdev->cur_adv_instance); in hci_enable_advertising_sync()
1842 flags = hci_adv_instance_flags(hdev, hdev->cur_adv_instance); in hci_enable_advertising_sync()
1843 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_enable_advertising_sync()
1888 if (hci_adv_instance_is_scannable(hdev, hdev->cur_adv_instance)) in hci_enable_advertising_sync()
[all...]
H A Dhci_core.c674 hci_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_passive_scan_state()
1645 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
1650 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
1688 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
2467 hdev->cur_adv_instance = 0x00; in hci_alloc_dev_priv()
H A Dmgmt.c1033 return hci_start_ext_adv_sync(hdev, hdev->cur_adv_instance); in rpa_expired_sync()
2352 if (hdev->cur_adv_instance == instance) { in mesh_send_sync()
3930 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire_sync()
4006 hci_update_scan_rsp_data_sync(hdev, hdev->cur_adv_instance); in set_local_name()
6462 instance = hdev->cur_adv_instance; in set_advertising_complete()
6508 hdev->cur_adv_instance = 0x00; in set_adv_sync()
6566 hdev->cur_adv_instance = 0x00; in set_advertising()
6827 status = hci_update_adv_data_sync(hdev, hdev->cur_adv_instance); in set_bredr()
8711 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
8832 if (hdev->cur_adv_instance in add_advertising()
[all...]
H A Dhci_event.c2719 hdev->cur_adv_instance = conn->adv_instance; in hci_cs_disconnect()
3481 hdev->cur_adv_instance = conn->adv_instance;
5846 conn->adv_instance = hdev->cur_adv_instance; in le_conn_complete_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h603 __u8 cur_adv_instance; member