Home
last modified time | relevance | path

Searched refs:HCI_OP_READ_LOCAL_NAME (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtbcm.c248 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_NAME, 0, NULL, in btbcm_read_local_name()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h1032 #define HCI_OP_READ_LOCAL_NAME 0x0c14 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c283 hci_req_add(req, HCI_OP_READ_LOCAL_NAME, 0, NULL); in bredr_setup()
Dhci_event.c3303 case HCI_OP_READ_LOCAL_NAME: in hci_cmd_complete_evt()