Home
last modified time | relevance | path

Searched defs:le_test_mode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bluetooth.h127 struct le_test_mode { struct
136 extern struct le_test_mode le_test_mode; argument
Dmock_btif_bluetooth.cc49 struct le_test_mode le_test_mode; variable
97 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode() function
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc224 void le_test_mode([[maybe_unused]] bt_status_t status, in le_test_mode() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc964 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h801 int (*le_test_mode)(uint16_t opcode, uint8_t* buf, uint8_t len); member