Searched refs:HCI_CONN_SSP_ENABLED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 827 HCI_CONN_SSP_ENABLED, 849 test_bit(HCI_CONN_SSP_ENABLED, &conn->flags);
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 966 HCI_CONN_SSP_ENABLED, enumerator 996 test_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_conn_ssp_enabled()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 4280 set_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_remote_ext_features_evt() 4290 clear_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_remote_ext_features_evt() 4619 set_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_io_capa_request_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 4987 set_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_remote_ext_features_evt() 4997 clear_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_remote_ext_features_evt() 5337 set_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_io_capa_request_evt()
|
Completed in 20 milliseconds