Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h97 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode);
/linux-6.15/net/bluetooth/
H A Dhci_sync.c3211 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync() function
3451 err = hci_write_ssp_mode_sync(hdev, 0x01); in hci_powered_update_sync()
H A Dmgmt.c1978 err = hci_write_ssp_mode_sync(hdev, cp->val); in set_ssp_sync()