Searched refs:HCI_OP_WRITE_EIR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1108 #define HCI_OP_WRITE_EIR 0x0c52 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1246 #define HCI_OP_WRITE_EIR 0x0c52 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 771 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_EIR, sizeof(cp), &cp, in hci_update_eir_sync() 3655 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_EIR, sizeof(cp), &cp, in hci_write_eir_sync() 3711 /* HCI_OP_WRITE_EIR */
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 704 hci_req_add(req, HCI_OP_WRITE_EIR, sizeof(cp), &cp); in __hci_req_update_eir()
|
H A D | hci_core.c | 464 hci_req_add(req, HCI_OP_WRITE_EIR, sizeof(cp), &cp); in hci_init2_req()
|
H A D | mgmt.c | 8550 hci_req_add(req, HCI_OP_WRITE_EIR, sizeof(cp), &cp); in clear_eir()
|
Completed in 39 milliseconds