mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
fix compile
This commit is contained in:
parent
c1797c7d7c
commit
cb1f1ed1c6
@ -689,7 +689,8 @@
|
||||
#define HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER 0x0D
|
||||
#define HFP_SUBEVENT_REDIAL_LAST_NUMBER 0x0E
|
||||
#define HFP_SUBEVENT_ATTACH_NUMBER_TO_VOICE_TAG 0x0F
|
||||
|
||||
#define HFP_SUBEVENT_TRANSMIT_DTMF_CODES 0x10
|
||||
|
||||
// ANCS Client
|
||||
#define ANCS_CLIENT_CONNECTED 0xF0
|
||||
#define ANCS_CLIENT_NOTIFICATION 0xF1
|
||||
|
@ -382,7 +382,7 @@ int btstack_main(int argc, const char * argv[]){
|
||||
memset((uint8_t *)hfp_service_buffer, 0, sizeof(hfp_service_buffer));
|
||||
hfp_ag_create_sdp_record((uint8_t *)hfp_service_buffer, rfcomm_channel_nr, hfp_ag_service_name, 0, 0);
|
||||
|
||||
sdp_register_service_internal(NULL, (uint8_t *)hfp_service_buffer);
|
||||
sdp_register_service((uint8_t *)hfp_service_buffer);
|
||||
|
||||
|
||||
// pre-select pts
|
||||
|
Loading…
x
Reference in New Issue
Block a user