HCI_LINK_SECURITY  490 net/bluetooth/hci_core.c 	if (hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) {
HCI_LINK_SECURITY 2810 net/bluetooth/hci_request.c 	link_sec = hci_dev_test_flag(hdev, HCI_LINK_SECURITY);
HCI_LINK_SECURITY  808 net/bluetooth/mgmt.c 	if (hci_dev_test_flag(hdev, HCI_LINK_SECURITY))
HCI_LINK_SECURITY 1639 net/bluetooth/mgmt.c 		if (!!cp->val != hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) {
HCI_LINK_SECURITY 1640 net/bluetooth/mgmt.c 			hci_dev_change_flag(hdev, HCI_LINK_SECURITY);
HCI_LINK_SECURITY 4672 net/bluetooth/mgmt.c 			hci_dev_clear_flag(hdev, HCI_LINK_SECURITY);
HCI_LINK_SECURITY 7555 net/bluetooth/mgmt.c 		changed = !hci_dev_test_and_set_flag(hdev, HCI_LINK_SECURITY);
HCI_LINK_SECURITY 7557 net/bluetooth/mgmt.c 		changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY);