Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci.h527 #define HCI_AT_NO_BONDING 0x00 macro
/Linux-v5.15/net/bluetooth/
Dhci_conn.c1327 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco()
Dhci_event.c4611 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
4691 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
4706 conn->auth_type != HCI_AT_NO_BONDING) in hci_io_capa_request_evt()
Dl2cap_core.c851 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
863 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
874 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
886 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
/Linux-v5.15/net/bluetooth/rfcomm/
Dcore.c224 auth_type = HCI_AT_NO_BONDING; in rfcomm_check_security()