Home
last modified time | relevance | path

Searched refs:HCI_OP_WRITE_LOCAL_NAME (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/bluetooth/
Dhci.h900 #define HCI_OP_WRITE_LOCAL_NAME 0x0c13 macro
/linux-4.1.27/net/bluetooth/
Dhci_event.c262 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LOCAL_NAME); in hci_cc_write_local_name()
2811 case HCI_OP_WRITE_LOCAL_NAME: in hci_cmd_complete_evt()
Dmgmt.c3690 hci_req_add(req, HCI_OP_WRITE_LOCAL_NAME, sizeof(cp), &cp); in update_name()