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

  /system/bt/stack/smp/
smp_int.h 475 extern void smp_mask_enc_key(uint8_t loc_enc_size, uint8_t* p_data);
smp_keys.cc 571 smp_mask_enc_key(p_cb->loc_enc_size, p->param_buf);
639 smp_mask_enc_key(p_cb->loc_enc_size, output.param_buf);
    [all...]
smp_utils.cc 798 * Function smp_mask_enc_key
807 void smp_mask_enc_key(uint8_t loc_enc_size, uint8_t* p_data) { function
808 SMP_TRACE_EVENT("smp_mask_enc_key");
    [all...]

Completed in 76 milliseconds