Revert "hfp_ag: fix HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER"

This reverts commit 855ec9017ed84df755439fa4d14237da269a91f5.
This commit is contained in:
Matthias Ringwald 2021-04-13 10:37:36 +02:00
parent 855ec9017e
commit de52f4be9a

View File

@ -70,7 +70,7 @@ const uint8_t rfcomm_channel_nr = 1;
const char hfp_ag_service_name[] = "HFP AG Demo";
static bd_addr_t device_addr;
static const char * device_addr_string = "00:1A:7D:DA:71:01";
static const char * device_addr_string = "00:21:3C:AC:F7:38";
#ifdef ENABLE_HFP_WIDE_BAND_SPEECH
static uint8_t codecs[] = {HFP_CODEC_CVSD, HFP_CODEC_MSBC};