Home
last modified time | relevance | path

Searched refs:io_cap (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c102 uint8_t io_cap[3] = {0x02, 0x01, 0x01}; in ZTEST() local
110 bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in ZTEST()
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h162 uint8_t io_cap; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1151 LOG_DBG("io_cap: %d", cp->io_cap);
1153 switch (cp->io_cap) {
1177 LOG_WRN("Unhandled io_cap: 0x%x", cp->io_cap);
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5253 uint8_t io_cap[3] = { 0x02, 0x01, 0x01 }; in smp_f6_test() local
5263 err = bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in smp_f6_test()