Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_debugfs.c344 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
652 if (lmp_ssp_capable(hdev)) { in hci_debugfs_create_bredr()
H A Dhci_sync.c3819 if (!lmp_ssp_capable(hdev) || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) in hci_write_ssp_mode_1_sync()
3838 if (!lmp_ssp_capable(hdev) || hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) in hci_write_eir_sync()
4069 if (lmp_ssp_capable(hdev)) { in hci_set_event_mask_sync()
H A Dmgmt.c824 if (lmp_ssp_capable(hdev)) { in get_supported_settings()
1986 if (!lmp_ssp_capable(hdev)) in set_ssp()
5640 if (!lmp_ssp_capable(hdev)) { in read_local_oob_data()
8265 if (!status && !lmp_ssp_capable(hdev)) { in read_local_oob_ext_data()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1803 #define lmp_ssp_capable(dev) ((dev)->features[0][6] & LMP_SIMPLE_PAIR) macro