btstack_defines.h (ac9136ccd47a6db59898b61b22080d6a73091652) | btstack_defines.h (024ad916e6eadd64fd93c7b51e9693d48960fca0) |
---|---|
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 --- 1739 unchanged lines hidden (view full) --- 1748/** 1749 * @format 1H1 1750 * @param subevent_code 1751 * @param acl_handle 1752 * @param status 1753 */ 1754#define HFP_SUBEVENT_IN_BAND_RING_TONE 0x1D 1755 | 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 --- 1739 unchanged lines hidden (view full) --- 1748/** 1749 * @format 1H1 1750 * @param subevent_code 1751 * @param acl_handle 1752 * @param status 1753 */ 1754#define HFP_SUBEVENT_IN_BAND_RING_TONE 0x1D 1755 |
1756/** 1757 * @format 1H1 1758 * @param subevent_code 1759 * @param acl_handle 1760 * @param activated 1761 */ 1762#define HFP_SUBEVENT_VOICE_RECOGNITION_STATUS 0x1E 1763 1764/** 1765 * @format 1H1 1766 * @param subevent_code 1767 * @param acl_handle 1768 * @param state 1769 */ 1770#define HFP_SUBEVENT_ENHANCED_VOICE_RECOGNITION_STATUS 0x1F 1771 1772/** 1773 * @format 1H21LV 1774 * @param subevent_code 1775 * @param acl_handle 1776 * @param text_id 1777 * @param text_type 1778 * @param text_length 1779 * @param text 1780 */ 1781#define HFP_SUBEVENT_ENHANCED_VOICE_RECOGNITION_TEXT 0x20 1782 1783 1784 |
|
1756// ANCS Client 1757 1758/** 1759 * @format 1H 1760 * @param subevent_code 1761 * @param handle 1762 */ 1763#define ANCS_SUBEVENT_CLIENT_CONNECTED 0xF0 --- 2115 unchanged lines hidden --- | 1785// ANCS Client 1786 1787/** 1788 * @format 1H 1789 * @param subevent_code 1790 * @param handle 1791 */ 1792#define ANCS_SUBEVENT_CLIENT_CONNECTED 0xF0 --- 2115 unchanged lines hidden --- |