Home
last modified time | relevance | path

Searched refs:HCI_AT_NO_BONDING (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/net/bluetooth/
Dhci.h588 #define HCI_AT_NO_BONDING 0x00 macro
/linux-6.1.9/net/bluetooth/
Dl2cap_core.c880 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
892 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
903 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
915 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
Dhci_event.c5186 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
5267 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
5282 conn->auth_type != HCI_AT_NO_BONDING) in hci_io_capa_request_evt()
Dhci_conn.c1593 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco()
/linux-6.1.9/net/bluetooth/rfcomm/
Dcore.c224 auth_type = HCI_AT_NO_BONDING; in rfcomm_check_security()