hfp.h (a4f85bd2c8ec26587caadb358d822f5a26269f11) | hfp.h (50b9afa46bbafa0ea0b51cd71aeaf6ef5869f857) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 45 46#include "hci.h" 47#include "classic/sdp_client_rfcomm.h" 48 49#if defined __cplusplus 50extern "C" { 51#endif 52 | 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 --- 36 unchanged lines hidden (view full) --- 45 46#include "hci.h" 47#include "classic/sdp_client_rfcomm.h" 48 49#if defined __cplusplus 50extern "C" { 51#endif 52 |
53// period AG will send RING messages 54#define HFP_RING_PERIOD_MS 2000 |
|
53 54/* HF Supported Features: 550: EC and/or NR function 561: Three-way calling 572: CLI presentation capability 583: Voice recognition activation 594: Remote volume control 605: Enhanced call status --- 774 unchanged lines hidden --- | 55 56/* HF Supported Features: 570: EC and/or NR function 581: Three-way calling 592: CLI presentation capability 603: Voice recognition activation 614: Remote volume control 625: Enhanced call status --- 774 unchanged lines hidden --- |