Searched defs:smp_debug_print_nbyte_little_endian (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_keys.c63 void smp_debug_print_nbyte_little_endian(UINT8 *p, const UINT8 *key_name, UINT8 len) function
154 smp_debug_print_nbyte_little_endian(key, (const UINT8 *)"Key", SMP_ENCRYT_KEY_SIZE);
155 smp_debug_print_nbyte_little_endian(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE);
164 smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_KEY_SIZE);
541 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1", 16);
587 smp_debug_print_nbyte_little_endian(p2, (const UINT8 *)"p2", 16);
615 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16);
648 smp_debug_print_nbyte_little_endian (p->param_buf, (const UINT8 *)"C1", 16);
655 smp_debug_print_nbyte_little_endian ((UINT8 *)p2, (const UINT8 *)"p2' = C1 xor p2", 16);
694 smp_debug_print_nbyte_little_endian ((UINT
[all...]

Completed in 14 milliseconds