Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/src/
Dmain.c45 const uint8_t tk[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in ZTEST() local
72 const uint8_t tk[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in ZTEST() local
Dtest_suite_invalid_inputs.c31 const uint8_t tk[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in ZTEST() local
/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dsmp_expects.c28 void expect_single_call_bt_smp_le_oob_set_tk(struct bt_conn *conn, const uint8_t *tk) in expect_single_call_bt_smp_le_oob_set_tk()
/Zephyr-latest/subsys/bluetooth/host/
Did.c2134 int bt_le_oob_set_legacy_tk(struct bt_conn *conn, const uint8_t *tk) in bt_le_oob_set_legacy_tk()
Dsmp.c169 uint8_t tk[16]; member
5633 int bt_smp_le_oob_set_tk(struct bt_conn *conn, const uint8_t *tk) in bt_smp_le_oob_set_tk()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4557 uint8_t tk[16]; in cmd_auth_oob_tk() local