Home
last modified time | relevance | path

Searched refs:HCI_OP_REMOTE_NAME_REQ (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c1999 return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_resolve_name()
2083 cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ); in hci_cs_remote_name_req()
3224 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_features_evt()
3648 case HCI_OP_REMOTE_NAME_REQ: in hci_cmd_status_evt()
4290 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/
Dhci.h715 #define HCI_OP_REMOTE_NAME_REQ 0x0419 macro