Searched defs:tk (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/src/ |
D | main.c | 45 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
|
D | test_suite_invalid_inputs.c | 31 const uint8_t tk[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in ZTEST() local
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | smp_expects.c | 28 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/ |
D | id.c | 2134 int bt_le_oob_set_legacy_tk(struct bt_conn *conn, const uint8_t *tk) in bt_le_oob_set_legacy_tk()
|
D | smp.c | 169 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/ |
D | bt.c | 4557 uint8_t tk[16]; in cmd_auth_oob_tk() local
|