hfp.h (9cae807ed43e0ab5921240d65e041e665d97c7b1) hfp.h (5611a760af48d1ce1beea59c7908be73bd2393f1)
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

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

292 HFP_PARSER_SECOND_ITEM,
293 HFP_PARSER_THIRD_ITEM
294} hfp_parser_state_t;
295
296
297typedef enum {
298 HFP_IDLE = 0, //0
299 HFP_SDP_QUERY_RFCOMM_CHANNEL,
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

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

292 HFP_PARSER_SECOND_ITEM,
293 HFP_PARSER_THIRD_ITEM
294} hfp_parser_state_t;
295
296
297typedef enum {
298 HFP_IDLE = 0, //0
299 HFP_SDP_QUERY_RFCOMM_CHANNEL,
300 HFP_W4_SDP_QUERY_COMPLETE,
300 HFP_W4_SDP_EVENT_QUERY_COMPLETE,
301 HFP_W4_RFCOMM_CONNECTED,
302
303 HFP_EXCHANGE_SUPPORTED_FEATURES,
304 HFP_W4_EXCHANGE_SUPPORTED_FEATURES, // 5
305
306 HFP_NOTIFY_ON_CODECS,
307 HFP_W4_NOTIFY_ON_CODECS,
308

--- 343 unchanged lines hidden ---
301 HFP_W4_RFCOMM_CONNECTED,
302
303 HFP_EXCHANGE_SUPPORTED_FEATURES,
304 HFP_W4_EXCHANGE_SUPPORTED_FEATURES, // 5
305
306 HFP_NOTIFY_ON_CODECS,
307 HFP_W4_NOTIFY_ON_CODECS,
308

--- 343 unchanged lines hidden ---