Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dmgmt.c419 if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) in get_current_settings()
544 if (!test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) in update_eir()
1109 if (val != test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) { in set_ssp()
1110 change_bit(HCI_SSP_ENABLED, &hdev->dev_flags); in set_ssp()
1130 if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags) == val) { in set_ssp()
2804 if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) { in mgmt_powered()
3290 if (enable && test_and_clear_bit(HCI_SSP_ENABLED, in mgmt_ssp_enable_complete()
3301 if (!test_and_set_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) in mgmt_ssp_enable_complete()
3304 if (test_and_clear_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) in mgmt_ssp_enable_complete()
3316 if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) in mgmt_ssp_enable_complete()
Dhci_event.c446 set_bit(HCI_SSP_ENABLED, &hdev->dev_flags); in hci_cc_write_ssp_mode()
448 clear_bit(HCI_SSP_ENABLED, &hdev->dev_flags); in hci_cc_write_ssp_mode()
555 if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) { in hci_setup()
/linux-3.4.99/include/net/bluetooth/
Dhci.h98 HCI_SSP_ENABLED, enumerator
Dhci_core.h431 return (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags) && in hci_conn_ssp_enabled()