Merge "Modify native stack calls for in-band ringing"
This commit is contained in:
commit
f08d9dff19
1 changed files with 4 additions and 4 deletions
|
@ -252,7 +252,7 @@ typedef struct {
|
|||
/**
|
||||
* Register the BtHf callbacks
|
||||
*/
|
||||
bt_status_t (*init)( bthf_callbacks_t* callbacks, int max_hf_clients);
|
||||
bt_status_t (*init)( bthf_callbacks_t* callbacks, int max_hf_clients, bool inband_ringing_supported);
|
||||
|
||||
/** connect to headset */
|
||||
bt_status_t (*connect)( bt_bdaddr_t *bd_addr );
|
||||
|
@ -317,7 +317,7 @@ typedef struct {
|
|||
/** Closes the interface. */
|
||||
void (*cleanup)( void );
|
||||
|
||||
/** configureation for the SCO codec */
|
||||
/** configuration for the SCO codec */
|
||||
bt_status_t (*configure_wbs)( bt_bdaddr_t *bd_addr ,bthf_wbs_config_t config );
|
||||
|
||||
/** Response for HF Indicator change (+BIND) */
|
||||
|
|
Loading…
Reference in a new issue