Searched refs:convert2ascii (Results 1 – 1 of 1) sorted by relevance
71 unsigned char convert2ascii(unsigned char temp);235 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()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()1999 unsigned char convert2ascii(unsigned char temp) in convert2ascii() function