Searched refs:convert2ascii (Results 1 – 1 of 1) sorted by relevance
72 unsigned char convert2ascii(unsigned char temp);252 board_id[0] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()253 board_id[1] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()256 board_id[0] = convert2ascii ((rsp[6] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()257 board_id[1] = convert2ascii (rsp[6] & LSB_NIBBLE_MASK); in get_vs_hci_event()258 board_id[2] = convert2ascii ((rsp[7] & MSB_NIBBLE_MASK) >> 4); in get_vs_hci_event()259 board_id[3] = convert2ascii (rsp[7] & LSB_NIBBLE_MASK); in get_vs_hci_event()2016 unsigned char convert2ascii(unsigned char temp) in convert2ascii() function