hfp.h (a0653c3b5c210bfe291627d8de2733f878ea442b) | hfp.h (eddcd3084af8a144b56e09ed9af6b20590981c8a) |
---|---|
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 --- 631 unchanged lines hidden (view full) --- 640void hfp_parse(hfp_connection_t * connection, uint8_t byte, int isHandsFree); 641 642void hfp_establish_service_level_connection(bd_addr_t bd_addr, uint16_t service_uuid); 643void hfp_release_service_level_connection(hfp_connection_t * connection); 644void hfp_reset_context_flags(hfp_connection_t * connection); 645 646void hfp_release_audio_connection(hfp_connection_t * connection); 647 | 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 --- 631 unchanged lines hidden (view full) --- 640void hfp_parse(hfp_connection_t * connection, uint8_t byte, int isHandsFree); 641 642void hfp_establish_service_level_connection(bd_addr_t bd_addr, uint16_t service_uuid); 643void hfp_release_service_level_connection(hfp_connection_t * connection); 644void hfp_reset_context_flags(hfp_connection_t * connection); 645 646void hfp_release_audio_connection(hfp_connection_t * connection); 647 |
648void hfp_setup_synchronous_connection(hci_con_handle_t handle, hfp_link_setttings_t link_settings); | 648void hfp_setup_synchronous_connection(hfp_connection_t * connection); |
649 650const char * hfp_hf_feature(int index); 651const char * hfp_ag_feature(int index); 652 653#if defined __cplusplus 654} 655#endif 656 657#endif // __BTSTACK_HFP_H | 649 650const char * hfp_hf_feature(int index); 651const char * hfp_ag_feature(int index); 652 653#if defined __cplusplus 654} 655#endif 656 657#endif // __BTSTACK_HFP_H |