Lines Matching refs:lmp_name
338 respdata[2] = strlen(bt->lmp_name);
341 memcpy(respdata + 3, bt->lmp_name + respdata[1],
959 "%s", slave->lmp_name ?: ""); in bt_hci_name_req()
1140 if (hci->device.lmp_name) in bt_hci_reset()
1141 qemu_free((void *) hci->device.lmp_name); in bt_hci_reset()
1142 hci->device.lmp_name = NULL; in bt_hci_reset()
1390 if (hci->device.lmp_name) in bt_hci_event_complete_read_local_name()
1391 strncpy(params.name, hci->device.lmp_name, sizeof(params.name)); in bt_hci_event_complete_read_local_name()
1818 if (hci->device.lmp_name) in bt_submit_hci()
1819 qemu_free((void *) hci->device.lmp_name); in bt_submit_hci()
1820 hci->device.lmp_name = qemu_strndup(PARAM(change_local_name, name), in bt_submit_hci()
2190 if (hci->device.lmp_name) in bt_hci_done()
2191 qemu_free((void *) hci->device.lmp_name); in bt_hci_done()