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

  /system/bt/stack/smp/
smp_cmac.cc 129 uint8_t* p_mac; local
149 p_mac = output.param_buf + (BT_OCTET16_LEN - tlen);
150 memcpy(p_signature, p_mac, tlen);
152 SMP_TRACE_DEBUG("tlen = %d p_mac = %d", tlen, p_mac);
154 "p_mac[0] = 0x%02x p_mac[1] = 0x%02x p_mac[2] = 0x%02x p_mac[3] = "
156 *p_mac, *(p_mac + 1), *(p_mac + 2), *(p_mac + 3))
    [all...]
  /system/bt/stack/btm/
btm_ble.cc 2185 uint8_t* p_mac = (uint8_t*)signature; local
2240 uint8_t p_mac[BTM_CMAC_TLEN_SIZE]; local
    [all...]

Completed in 2798 milliseconds