Home | History | Annotate | Download | only in adaptation

Lines Matching refs:hex

36 static inline void word2hex (const char* data, char** hex);
69 //Protocol decoder is not available, so decode NCI packet into hex numbers.
128 //write hex of data
151 //write hex of data
157 //write hex padding
175 inline void word2hex (const char* data, char** hex)
177 byte2hex(&data[1], hex);
178 byte2hex(&data[0], hex);
198 //Decode a few Bluetooth HCI packets into hex numbers.
216 //Decode a few Bluetooth HCI packets into hex numbers.
238 ** Description Log LLCP packet as hex-ascii bytes.
264 ** Description Log raw HCP packet as hex-ascii bytes