Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dbtbcm.c248 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_NAME, 0, NULL, in btbcm_read_local_name()
/Linux-v5.15/include/net/bluetooth/
Dhci.h1034 #define HCI_OP_READ_LOCAL_NAME 0x0c14 macro
/Linux-v5.15/net/bluetooth/
Dhci_core.c284 hci_req_add(req, HCI_OP_READ_LOCAL_NAME, 0, NULL); in bredr_setup()
Dhci_event.c3394 case HCI_OP_READ_LOCAL_NAME: in hci_cmd_complete_evt()
Dmgmt.c8092 hci_req_add(&req, HCI_OP_READ_LOCAL_NAME, 0, NULL); in add_ext_adv_data()