Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_sync.h70 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance);
/linux-6.1.9/net/bluetooth/
Dhci_sync.c1226 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync() function
1284 return hci_enable_ext_advertising_sync(hdev, instance); in hci_start_ext_adv_sync()
1497 return hci_enable_ext_advertising_sync(hdev, in hci_enable_advertising_sync()
2347 err = hci_enable_ext_advertising_sync(hdev, in hci_resume_advertising_sync()
5843 return hci_enable_ext_advertising_sync(hdev, 0x00); in hci_le_ext_directed_advertising_sync()
Dmgmt.c8984 return hci_enable_ext_advertising_sync(hdev, cp->instance); in add_ext_adv_data_sync()