Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dsco.c772 hci_send_cmd(hdev, HCI_OP_ACCEPT_CONN_REQ, sizeof(cp), &cp); in sco_conn_defer_accept()
Dhci_event.c2766 hci_send_cmd(hdev, HCI_OP_ACCEPT_CONN_REQ, sizeof(cp), &cp); in hci_conn_request_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h650 #define HCI_OP_ACCEPT_CONN_REQ 0x0409 macro