Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbtbcm.c188 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_NAME, 0, NULL, in btbcm_read_local_name()
/linux-4.4.14/include/net/bluetooth/
Dhci.h919 #define HCI_OP_READ_LOCAL_NAME 0x0c14 macro
/linux-4.4.14/net/bluetooth/
Dhci_core.c478 hci_req_add(req, HCI_OP_READ_LOCAL_NAME, 0, NULL); in bredr_setup()
Dhci_event.c2812 case HCI_OP_READ_LOCAL_NAME: in hci_cmd_complete_evt()