mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
bt:Added a parameter to tell the user the result of the pass through command implementation
This commit is contained in:
@@ -294,6 +294,7 @@ typedef union {
|
||||
uint8_t tl; /*!< transaction label, 0 to 15 */
|
||||
uint8_t key_code; /*!< passthrough command code */
|
||||
uint8_t key_state; /*!< 0 for PRESSED, 1 for RELEASED */
|
||||
esp_avrc_rsp_t rsp_code; /*!< response code */
|
||||
} psth_rsp; /*!< passthrough command response */
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user