Home
last modified time | relevance | path

Searched refs:dut_mode_send (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bluetooth.cc43 struct dut_mode_send dut_mode_send; variable
74 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() function
76 return test::mock::btif_bluetooth::dut_mode_send(opcode, buf, len); in dut_mode_send()
Dmock_btif_bluetooth.h73 struct dut_mode_send { struct
83 extern struct dut_mode_send dut_mode_send; argument
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc947 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() function
1186 .dut_mode_send = dut_mode_send,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h797 int (*dut_mode_send)(uint16_t opcode, uint8_t* buf, uint8_t len); member