Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_sync.h75 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance);
/Linux-v6.6/net/bluetooth/
Dhci_sync.c1254 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync() function
1312 return hci_enable_ext_advertising_sync(hdev, instance); in hci_start_ext_adv_sync()
1526 return hci_enable_ext_advertising_sync(hdev, in hci_enable_advertising_sync()
2396 err = hci_enable_ext_advertising_sync(hdev, in hci_resume_advertising_sync()
6125 return hci_enable_ext_advertising_sync(hdev, 0x00); in hci_le_ext_directed_advertising_sync()
Dmgmt.c8986 return hci_enable_ext_advertising_sync(hdev, cp->instance); in add_ext_adv_data_sync()