Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h114 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance);
/linux/net/bluetooth/
H A Dhci_sync.c1542 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync() function
1600 return hci_enable_ext_advertising_sync(hdev, instance); in hci_start_ext_adv_sync()
1832 return hci_enable_ext_advertising_sync(hdev, in hci_enable_advertising_sync()
2596 err = hci_enable_ext_advertising_sync(hdev, in hci_resume_advertising_sync()
2610 err = hci_enable_ext_advertising_sync(hdev, 0x00); in hci_resume_advertising_sync()
6417 return hci_enable_ext_advertising_sync(hdev, 0x00); in hci_le_ext_directed_advertising_sync()
H A Dmgmt.c9089 return hci_enable_ext_advertising_sync(hdev, cp->instance); in add_ext_adv_data_sync()