Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h97 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode);
/linux/net/bluetooth/
H A Dhci_sync.c3304 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync() function
3544 err = hci_write_ssp_mode_sync(hdev, 0x01); in hci_powered_update_sync()
H A Dmgmt.c2012 err = hci_write_ssp_mode_sync(hdev, cp.val); in set_ssp_sync()