mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 18:33:00 +00:00
btstack_defines: avoid // in /* .. */ comments
This commit is contained in:
parent
5e4e31166e
commit
d8a6062cf4
@ -2287,8 +2287,8 @@ typedef uint8_t sm_key_t[16];
|
||||
* @format 1H11
|
||||
* @param subevent_code
|
||||
* @param acl_handle
|
||||
* @param status // 0-success
|
||||
* @param enhanced // 0-legacy, 1-enhanced
|
||||
* @param status 0-success
|
||||
* @param enhanced 0-legacy, 1-enhanced
|
||||
*/
|
||||
#define HFP_SUBEVENT_VOICE_RECOGNITION_ACTIVATED 0x1Eu
|
||||
|
||||
@ -2296,7 +2296,7 @@ typedef uint8_t sm_key_t[16];
|
||||
* @format 1H1
|
||||
* @param subevent_code
|
||||
* @param acl_handle
|
||||
* @param status // 0-success
|
||||
* @param status 0-success
|
||||
*/
|
||||
#define HFP_SUBEVENT_VOICE_RECOGNITION_DEACTIVATED 0x1Fu
|
||||
|
||||
@ -3187,7 +3187,7 @@ typedef uint8_t sm_key_t[16];
|
||||
* @param subevent_code
|
||||
* @param avrcp_cid
|
||||
* @param status
|
||||
* @param enabled // 1 enabled, 0 disabled
|
||||
* @param enabled 1 enabled, 0 disabled
|
||||
* @param event_id
|
||||
*/
|
||||
#define AVRCP_SUBEVENT_NOTIFICATION_STATE 0x11u
|
||||
|
Loading…
x
Reference in New Issue
Block a user