Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dhci.h467 #define HCI_AT_NO_BONDING 0x00 macro
/Linux-v5.4/net/bluetooth/
Dhci_conn.c1225 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in hci_connect_sco()
Dl2cap_core.c782 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
794 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
805 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
816 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
Dhci_event.c4362 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
4442 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
4457 conn->auth_type != HCI_AT_NO_BONDING) in hci_io_capa_request_evt()
/Linux-v5.4/net/bluetooth/rfcomm/
Dcore.c228 auth_type = HCI_AT_NO_BONDING; in rfcomm_check_security()