Home
last modified time | relevance | path

Searched refs:expect_single_call_bt_hci_cmd_create (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dhci_core_expects.h31 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len);
Dhci_core_expects.c38 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in expect_single_call_bt_hci_cmd_create() function
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/
Dmain.c129 expect_single_call_bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_SET_RANDOM_ADDR, sizeof(cp)); in ZTEST()