Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sync.c477 if (hdev->cur_adv_instance) { in reenable_adv_sync()
479 hdev->cur_adv_instance, in reenable_adv_sync()
538 if (!instance || hdev->cur_adv_instance == instance) in hci_clear_adv_instance_sync()
545 if (instance && hdev->cur_adv_instance == instance) in hci_clear_adv_instance_sync()
612 if (hdev->cur_adv_instance == 0x00) in adv_timeout_expire()
619 *inst_ptr = hdev->cur_adv_instance; in adv_timeout_expire()
1498 hdev->cur_adv_instance); in hci_enable_advertising_sync()
1500 flags = hci_adv_instance_flags(hdev, hdev->cur_adv_instance); in hci_enable_advertising_sync()
1501 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_enable_advertising_sync()
1546 if (hci_adv_instance_is_scannable(hdev, hdev->cur_adv_instance)) in hci_enable_advertising_sync()
[all …]
Dhci_core.c726 hci_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_passive_scan_state()
1657 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
1662 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
1700 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
2450 hdev->cur_adv_instance = 0x00; in hci_alloc_dev_priv()
Dmgmt.c1010 return hci_start_ext_adv_sync(hdev, hdev->cur_adv_instance); in rpa_expired_sync()
2287 if (hdev->cur_adv_instance == instance) { in mesh_send_sync()
3772 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire_sync()
3832 hci_update_scan_rsp_data_sync(hdev, hdev->cur_adv_instance); in set_name_sync()
6370 instance = hdev->cur_adv_instance; in set_advertising_complete()
6403 hdev->cur_adv_instance = 0x00; in set_adv_sync()
6461 hdev->cur_adv_instance = 0x00; in set_advertising()
6721 status = hci_update_adv_data_sync(hdev, hdev->cur_adv_instance); in set_bredr_sync()
8597 if (hdev->cur_adv_instance == instance) in add_adv_complete()
8718 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
[all …]
Dhci_event.c2783 hdev->cur_adv_instance = conn->adv_instance; in hci_cs_disconnect()
3459 hdev->cur_adv_instance = conn->adv_instance; in hci_disconn_complete_evt()
5918 conn->adv_instance = hdev->cur_adv_instance; in le_conn_complete_evt()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h610 __u8 cur_adv_instance; member