Searched refs:HCI_OP_REMOTE_NAME_REQ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 2423 return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_resolve_name() 2508 cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ); in hci_cs_remote_name_req() 3729 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_features_evt() 4306 HCI_CS(HCI_OP_REMOTE_NAME_REQ, hci_cs_remote_name_req), 4903 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_ext_features_evt()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 829 #define HCI_OP_REMOTE_NAME_REQ 0x0419 macro
|