Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h454 #define HCI_AT_NO_BONDING 0x00 macro
/Linux-v4.19/net/bluetooth/
Dhci_conn.c1222 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in hci_connect_sco()
Dl2cap_core.c775 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
787 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
798 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
809 return HCI_AT_NO_BONDING; in l2cap_get_auth_type()
Dhci_event.c4231 if (conn->remote_auth == HCI_AT_NO_BONDING || in hci_get_auth_req()
4311 (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { in hci_io_capa_request_evt()
4326 conn->auth_type != HCI_AT_NO_BONDING) in hci_io_capa_request_evt()
/Linux-v4.19/net/bluetooth/rfcomm/
Dcore.c228 auth_type = HCI_AT_NO_BONDING; in rfcomm_check_security()