hfp.h (94a27792279a0f8d9dcb16416be8a05c5b9cc58d) hfp.h (84a0c24e57c984ba7cea3b26dff16a1b638a9262)
1/*
2 * Copyright (C) 2014 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

--- 154 unchanged lines hidden (view full) ---

163typedef enum {
164 HFP_CMD_NONE = 0,
165 HFP_CMD_ERROR,
166 HFP_CMD_UNKNOWN,
167 HFP_CMD_OK,
168 HFP_CMD_RING,
169 HFP_CMD_SUPPORTED_FEATURES,
170 HFP_CMD_AVAILABLE_CODECS,
1/*
2 * Copyright (C) 2014 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

--- 154 unchanged lines hidden (view full) ---

163typedef enum {
164 HFP_CMD_NONE = 0,
165 HFP_CMD_ERROR,
166 HFP_CMD_UNKNOWN,
167 HFP_CMD_OK,
168 HFP_CMD_RING,
169 HFP_CMD_SUPPORTED_FEATURES,
170 HFP_CMD_AVAILABLE_CODECS,
171
171
172 HFP_CMD_RETRIEVE_AG_INDICATORS_GENERIC,
172 HFP_CMD_RETRIEVE_AG_INDICATORS,
173 HFP_CMD_RETRIEVE_AG_INDICATORS_STATUS,
174
175 HFP_CMD_ENABLE_INDICATOR_STATUS_UPDATE,
176 HFP_CMD_ENABLE_INDIVIDUAL_AG_INDICATOR_STATUS_UPDATE,
177 HFP_CMD_SUPPORT_CALL_HOLD_AND_MULTIPARTY_SERVICES,
178 HFP_CMD_ENABLE_CLIP,
179 HFP_CMD_AG_SENT_CLIP_INFORMATION,

--- 516 unchanged lines hidden ---
173 HFP_CMD_RETRIEVE_AG_INDICATORS,
174 HFP_CMD_RETRIEVE_AG_INDICATORS_STATUS,
175
176 HFP_CMD_ENABLE_INDICATOR_STATUS_UPDATE,
177 HFP_CMD_ENABLE_INDIVIDUAL_AG_INDICATOR_STATUS_UPDATE,
178 HFP_CMD_SUPPORT_CALL_HOLD_AND_MULTIPARTY_SERVICES,
179 HFP_CMD_ENABLE_CLIP,
180 HFP_CMD_AG_SENT_CLIP_INFORMATION,

--- 516 unchanged lines hidden ---