sort events a bit

This commit is contained in:
Matthias Ringwald 2016-02-18 17:25:59 +01:00
parent e2334cdccc
commit 39d235cb94

View File

@ -755,6 +755,11 @@ typedef uint8_t sm_key_t[16];
#define HCI_EVENT_HSP_META 0xE8
#define HCI_EVENT_HFP_META 0xE9
// HSP Subevents
/**
* @format 11
* @param subevent_code
@ -806,7 +811,7 @@ typedef uint8_t sm_key_t[16];
#define HSP_SUBEVENT_AG_INDICATION 0x07
#define HCI_EVENT_HFP_META 0xE9
// HFP Subevents
#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED 0x01
#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_RELEASED 0x02