HomeSort by relevance Sort by last modified time
    Searched refs:smp_calculate_comfirm (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/test/
stack_smp_test.cc 90 extern tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, BT_OCTET16 rand,
216 // Test smp_calculate_comfirm function implementation
219 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output);
  /system/bt/stack/smp/
smp_keys.cc 417 * Function smp_calculate_comfirm
424 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, BT_OCTET16 rand, function
481 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output);
541 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output);
    [all...]

Completed in 43 milliseconds