Home
last modified time | relevance | path

Searched refs:p_prnt (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/smp/
Dsmp_keys.c1250 UINT8 *p_prnt = NULL; in smp_calculate_f4() local
1256 p_prnt = u; in smp_calculate_f4()
1257 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"U", BT_OCTET32_LEN); in smp_calculate_f4()
1258 p_prnt = v; in smp_calculate_f4()
1259 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"V", BT_OCTET32_LEN); in smp_calculate_f4()
1260 p_prnt = x; in smp_calculate_f4()
1261 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"X", BT_OCTET16_LEN); in smp_calculate_f4()
1262 p_prnt = &z; in smp_calculate_f4()
1263 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Z", 1); in smp_calculate_f4()
1271 p_prnt = msg; in smp_calculate_f4()
[all …]