Searched refs:HCI_OP_REMOTE_NAME_REQ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 2002 return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_resolve_name() 2086 cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ); in hci_cs_remote_name_req() 3230 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_features_evt() 3654 case HCI_OP_REMOTE_NAME_REQ: in hci_cmd_status_evt() 4305 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_ext_features_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 2487 return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_resolve_name() 2572 cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ); in hci_cs_remote_name_req() 3758 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_features_evt() 4338 HCI_CS(HCI_OP_REMOTE_NAME_REQ, hci_cs_remote_name_req), 5012 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_ext_features_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 715 #define HCI_OP_REMOTE_NAME_REQ 0x0419 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 819 #define HCI_OP_REMOTE_NAME_REQ 0x0419 macro
|
Completed in 30 milliseconds