Searched refs:board_id (Results 1 – 1 of 1) sorted by relevance
94 unsigned char board_id[BOARD_ID_LEN]; variable235 board_id[0] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()236 board_id[1] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()237 board_id[2] = '\0'; in get_vs_hci_event()239 board_id[0] = convert2ascii ((rsp[6] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()240 board_id[1] = convert2ascii (rsp[6] & LSB_NIBBLE_MASK); in get_vs_hci_event()241 board_id[2] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()242 board_id[3] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()243 board_id[4] = '\0'; in get_vs_hci_event()1106 strlcat(nvm_file_path_bid, board_id, sizeof(nvm_file_path_bid)); in rome_download_tlv_file()