Searched refs:name_cp (Results 1 – 1 of 1) sorted by relevance
781 struct bt_hci_write_local_name *name_cp; in bt_br_init() local832 buf = bt_hci_cmd_create(BT_HCI_OP_WRITE_LOCAL_NAME, sizeof(*name_cp)); in bt_br_init()837 name_cp = net_buf_add(buf, sizeof(*name_cp)); in bt_br_init()838 strncpy((char *)name_cp->local_name, CONFIG_BT_DEVICE_NAME, sizeof(name_cp->local_name)); in bt_br_init()