I have to typecast following dynamic arrays, to change the int into unsigned char,
I tried in following way but it does not work, please tell me the solution
Errors generated after compilation error: cannot dynamic_cast ‘hci_ll_pkt_val’ (of type ‘int*’) to type ‘unsigned char*’ (target is not pointer or reference to class)