Searched refs:HCI_OP_REJECT_CONN_REQ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 656 #define HCI_OP_REJECT_CONN_REQ 0x040a macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 760 #define HCI_OP_REJECT_CONN_REQ 0x040a macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 2832 hci_req_add(req, HCI_OP_REJECT_CONN_REQ, in __hci_abort_conn()
|
H A D | hci_event.c | 2693 hci_send_cmd(hdev, HCI_OP_REJECT_CONN_REQ, sizeof(cp), &cp); in hci_reject_conn()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 5386 return __hci_cmd_sync_status(hdev, HCI_OP_REJECT_CONN_REQ, in hci_reject_conn_sync()
|
H A D | hci_event.c | 3271 hci_send_cmd(hdev, HCI_OP_REJECT_CONN_REQ, sizeof(cp), &cp); in hci_reject_conn()
|
Completed in 53 milliseconds