Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_keys.c1269 UINT8 *p_prnt = NULL; in smp_calculate_f4() local
1275 p_prnt = u; in smp_calculate_f4()
1276 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"U", BT_OCTET32_LEN); in smp_calculate_f4()
1277 p_prnt = v; in smp_calculate_f4()
1278 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"V", BT_OCTET32_LEN); in smp_calculate_f4()
1279 p_prnt = x; in smp_calculate_f4()
1280 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"X", BT_OCTET16_LEN); in smp_calculate_f4()
1281 p_prnt = &z; in smp_calculate_f4()
1282 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Z", 1); in smp_calculate_f4()
1290 p_prnt = msg; in smp_calculate_f4()
[all …]