Searched refs:dut_mode_send (Results 1 – 4 of 4) sorted by relevance
43 struct dut_mode_send dut_mode_send; variable74 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() function76 return test::mock::btif_bluetooth::dut_mode_send(opcode, buf, len); in dut_mode_send()
73 struct dut_mode_send { struct83 extern struct dut_mode_send dut_mode_send; argument
947 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() function1186 .dut_mode_send = dut_mode_send,
797 int (*dut_mode_send)(uint16_t opcode, uint8_t* buf, uint8_t len); member