Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h112 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val);
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3212 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val) in hci_write_sc_support_sync() function
3253 return hci_write_sc_support_sync(hdev, 0x01); in hci_write_ssp_mode_sync()
H A Dmgmt.c6841 return hci_write_sc_support_sync(hdev, val); in set_secure_conn_sync()