btstack_defines.h (e83f1be7ee16b37f0de648dbefc71439a2c442f0) | btstack_defines.h (a9e632e9130abf3d16ab069ece35e9853dcc0762) |
---|---|
1/* 2 * Copyright (C) 2015 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 1772 unchanged lines hidden (view full) --- 1781 1782/** 1783 * @format 1H11 1784 * @param subevent_code 1785 * @param acl_handle 1786 * @param status // 0-success 1787 * @param enhanced // 0-legacy, 1-enhanced 1788 */ | 1/* 2 * Copyright (C) 2015 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 1772 unchanged lines hidden (view full) --- 1781 1782/** 1783 * @format 1H11 1784 * @param subevent_code 1785 * @param acl_handle 1786 * @param status // 0-success 1787 * @param enhanced // 0-legacy, 1-enhanced 1788 */ |
1789#define HFP_SUBEVENT_VOICE_RECOGNITION_ENABLED 0x1E | 1789#define HFP_SUBEVENT_VOICE_RECOGNITION_ACTIVATED 0x1E |
1790 1791/** 1792 * @format 1H1 1793 * @param subevent_code 1794 * @param acl_handle 1795 * @param status // 0-success 1796 */ | 1790 1791/** 1792 * @format 1H1 1793 * @param subevent_code 1794 * @param acl_handle 1795 * @param status // 0-success 1796 */ |
1797#define HFP_SUBEVENT_VOICE_RECOGNITION_DISABLED 0x1F | 1797#define HFP_SUBEVENT_VOICE_RECOGNITION_DEACTIVATED 0x1F |
1798 1799/** 1800 * @format 1H1 1801 * @param subevent_code 1802 * @param acl_handle 1803 * @param status 1804 */ 1805#define HFP_SUBEVENT_ENHANCED_VOICE_RECOGNITION_HF_READY_FOR_AUDIO 0x20 --- 2189 unchanged lines hidden --- | 1798 1799/** 1800 * @format 1H1 1801 * @param subevent_code 1802 * @param acl_handle 1803 * @param status 1804 */ 1805#define HFP_SUBEVENT_ENHANCED_VOICE_RECOGNITION_HF_READY_FOR_AUDIO 0x20 --- 2189 unchanged lines hidden --- |