bt:Added a parameter to tell the user the result of the pass through command implementation

This commit is contained in:
xiongweichao
2023-02-22 15:23:28 +08:00
parent 778aeae99e
commit 3b5939396d
6 changed files with 9 additions and 8 deletions

View File

@@ -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 */
/**