Home
last modified time | relevance | path

Searched defs:iocap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc874 uint8_t iocap[3], a[7], b[7]; in smp_calculate_local_dhkey_check() local
898 uint8_t iocap[3], a[7], b[7]; in smp_calculate_peer_dhkey_check() local
Dsmp_utils.cc1389 void smp_collect_local_io_capabilities(uint8_t* iocap, tSMP_CB* p_cb) { in smp_collect_local_io_capabilities()
1406 void smp_collect_peer_io_capabilities(uint8_t* iocap, tSMP_CB* p_cb) { in smp_collect_peer_io_capabilities()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc105 Octet16 f6(const Octet16& w, const Octet16& n1, const Octet16& n2, const Octet16& r, uint8_t* iocap, in f6()