Home
last modified time | relevance | path

Searched refs:HCI_OP_REJECT_CONN_REQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dhci.h756 #define HCI_OP_REJECT_CONN_REQ 0x040a macro
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c5545 return __hci_cmd_sync_status(hdev, HCI_OP_REJECT_CONN_REQ, in hci_reject_conn_sync()
H A Dhci_event.c3228 hci_send_cmd(hdev, HCI_OP_REJECT_CONN_REQ, sizeof(cp), &cp); in hci_reject_conn()