Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/include/crypto/
Dcrypto.h26 using Octet16 = std::array<uint8_t, kOctet16Length>; variable
/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h26 typedef std::array<uint8_t, OCTET16_LEN> Octet16; typedef
/packages/modules/Bluetooth/system/include/hardware/
Dbt_csis.h26 typedef std::array<uint8_t, 16> Octet16; typedef
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.h28 using Octet16 = std::array<uint8_t, OCTET16_LEN>; variable