Home
last modified time | relevance | path

Searched refs:lmp_ssp_capable (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dhci_debugfs.c343 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
651 if (lmp_ssp_capable(hdev)) { in hci_debugfs_create_bredr()
H A Dhci_sync.c3914 if (!lmp_ssp_capable(hdev) || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) in hci_write_ssp_mode_1_sync()
3933 if (!lmp_ssp_capable(hdev) || hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) in hci_write_eir_sync()
4175 if (lmp_ssp_capable(hdev)) { in hci_set_event_mask_sync()
H A Dmgmt.c824 if (lmp_ssp_capable(hdev)) { in get_supported_settings()
2033 if (!lmp_ssp_capable(hdev)) in set_ssp()
5775 if (!lmp_ssp_capable(hdev)) { in read_local_oob_data()
8360 if (!status && !lmp_ssp_capable(hdev)) { in read_local_oob_ext_data()
/linux/include/net/bluetooth/
H A Dhci_core.h1942 #define lmp_ssp_capable(dev) ((dev)->features[0][6] & LMP_SIMPLE_PAIR) macro