Home
last modified time | relevance | path

Searched defs:Octet16 (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.h25 using Octet16 = std::array<uint8_t, OCTET16_LEN>; variable
/system/bt/stack/include/
Dbt_types.h579 typedef std::array<uint8_t, OCTET16_LEN> Octet16; typedef