events: fix format

This commit is contained in:
Matthias Ringwald 2016-02-19 11:11:17 +01:00
parent 2531c97e16
commit ca0d73dee0
2 changed files with 3 additions and 2 deletions

View File

@ -441,7 +441,7 @@ typedef enum {
#define HCI_EVENT_VENDOR_SPECIFIC 0xFF #define HCI_EVENT_VENDOR_SPECIFIC 0xFF
/** /**
* @format 11211B2221 * @format 11H11B2221
* @param subevent_code * @param subevent_code
* @param status * @param status
* @param connection_handle * @param connection_handle

View File

@ -767,9 +767,10 @@ typedef uint8_t sm_key_t[16];
// #define HCI_EVENT_SM_META 0xxx // #define HCI_EVENT_SM_META 0xxx
/** /**
* @format 11 * @format 11H
* @param subevent_code * @param subevent_code
* @param status 0 == OK * @param status 0 == OK
* @param handle
*/ */
#define HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE 0x01 #define HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE 0x01