Searched refs:expect_single_call_bt_conn_lookup_state_le (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | conn_expects.h | 15 void expect_single_call_bt_conn_lookup_state_le(uint8_t id, const bt_addr_le_t *peer,
|
D | conn_expects.c | 12 void expect_single_call_bt_conn_lookup_state_le(uint8_t id, const bt_addr_le_t *peer, in expect_single_call_bt_conn_lookup_state_le() function
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 116 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST() 160 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST() 210 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST() 263 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST() 316 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST() 369 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 118 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/ |
D | main.c | 122 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, BT_CONN_INITIATING); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/ |
D | main.c | 128 expect_single_call_bt_conn_lookup_state_le(BT_ID_DEFAULT, NULL, BT_CONN_INITIATING); in ZTEST()
|