Searched refs:io_cap (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 102 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/ |
D | btp_gap.h | 162 uint8_t io_cap; member
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 1151 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/ |
D | smp.c | 5253 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()
|