mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 15:39:59 +00:00
events: fix format
This commit is contained in:
parent
2531c97e16
commit
ca0d73dee0
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user