bthf_interface_t Riferimento alla struttura

bthf_interface_t Riferimento alla struttura

#include < bt_hf.h >

Campi dati

taglia_t misurare
bt_stato_t (* init )( bthf_callbacks_t *callbacks, int max_hf_clients)
bt_stato_t (* connetti )(bt_bdaddr_t *bd_addr)
bt_stato_t (* disconnetti )(bt_bdaddr_t *bd_addr)
bt_stato_t (* connect_audio )(bt_bdaddr_t *bd_addr)
bt_stato_t (* disconnessione_audio )(bt_bdaddr_t *bd_addr)
bt_stato_t (* start_riconoscimento_vocale )(bt_bdaddr_t *bd_addr)
bt_stato_t (* stop_riconoscimento_vocale )(bt_bdaddr_t *bd_addr)
bt_stato_t (* volume_control )( bthf_volume_type_t tipo, int volume, bt_bdaddr_t *bd_addr)
bt_stato_t (* device_status_notification )( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int segnale, int batt_chg)
bt_stato_t (* cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
bt_stato_t (* cind_response )(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)
bt_stato_t (* formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
bt_stato_t (* at_response )( bthf_at_response_t codice_risposta, int codice_errore, bt_bdaddr_t *bd_addr)
bt_stato_t (* clcc_response )(int indice, bthf_call_direction_t dir, bthf_call_state_t stato, bthf_call_mode_t modalità, bthf_call_mpty_type_t mpty, const char *numero, bthf_call_addrtype_t tipo, bt_bdaddr_t *bd_addr)
bt_stato_t (* phone_state_change )(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *numero, bthf_call_addrtype_t tipo)
vuoto(* pulizia )(vuoto)
bt_stato_t (* configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

Descrizione dettagliata

Rappresenta l'interfaccia BT-HF standard.

Definizione alla riga 223 del file bt_hf.h .

Documentazione sul campo

bt_status_t (* at_response)( bthf_at_response_t Response_code, int error_code, bt_bdaddr_t *bd_addr)

risposta ok/errore ERRORE (0) OK (1)

Definizione alla riga 271 del file bt_hf.h .

bt_status_t (* cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)

Risposta per il comando CIND

Definizione alla riga 261 del file bt_hf.h .

bt_status_t (* clcc_response)(int indice, bthf_call_direction_t dir, bthf_call_state_t stato, bthf_call_mode_t modalità, bthf_call_mpty_type_t mpty, const char *numero, bthf_call_addrtype_t tipo, bt_bdaddr_t *bd_addr)

risposta per il comando CLCC Può essere richiamato in modo iterativo per ogni indice di chiamata L'indice di chiamata pari a 0 verrà trattato come terminazione NULL (risposta completa)

Definizione alla riga 277 del file bt_hf.h .

void(* pulizia)(void)

Chiude l'interfaccia.

Definizione alla riga 293 del file bt_hf.h .

bt_status_t (* configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

configurazione per il codec SCO

Definizione alla riga 296 del file bt_hf.h .

bt_status_t (* connetti)(bt_bdaddr_t *bd_addr)

connettersi all'auricolare

Definizione alla riga 233 del file bt_hf.h .

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

creare una connessione audio

Definizione alla riga 239 del file bt_hf.h .

bt_status_t (* cops_response)(const char *cops, bt_bdaddr_t *bd_addr)

Risposta per il comando COPS

Definizione alla riga 258 del file bt_hf.h .

bt_status_t (* device_status_notification)( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int segnale, int batt_chg)

Notifica combinata di modifica dello stato del dispositivo

Definizione alla riga 254 del file bt_hf.h .

bt_status_t (* disconnessione)(bt_bdaddr_t *bd_addr)

disconnettersi dall'auricolare

Definizione alla riga 236 del file bt_hf.h .

bt_status_t (* disconnessione_audio)(bt_bdaddr_t *bd_addr)

chiudere la connessione audio

Definizione alla riga 242 del file bt_hf.h .

bt_status_t (* formatted_at_response)(const char *rsp, bt_bdaddr_t *bd_addr)

Risposta AT preformattata, in genere in risposta a cmd AT sconosciuto

Definizione alla riga 265 del file bt_hf.h .

bt_status_t (* init)( bthf_callbacks_t *callbacks, int max_hf_clients)

Registra le richiamate BtHf

Definizione alla riga 230 del file bt_hf.h .

bt_status_t (* phone_state_change)(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *numero, bthf_call_addrtype_t tipo)

notifica di una modifica dello stato della chiamata Ogni aggiornamento notifica

  1. Numero di chiamate attive/in attesa/in arrivo
  2. call_state: indica il cambiamento di stato che ha attivato questo messaggio. Prenderà uno dei valori da BtHfCallState
  3. numero e tipo: valido solo per chiamate in entrata e in attesa

Definizione alla riga 289 del file bt_hf.h .

dimensione_t dimensione

impostato su sizeof(BtHfInterface)

Definizione alla riga 226 del file bt_hf.h .

bt_status_t (* start_voice_recognition)(bt_bdaddr_t *bd_addr)

avviare il riconoscimento vocale

Definizione alla riga 245 del file bt_hf.h .

bt_status_t (* stop_voice_recognition)(bt_bdaddr_t *bd_addr)

interrompere il riconoscimento vocale

Definizione alla riga 248 del file bt_hf.h .

bt_status_t (* volume_control)( bthf_volume_type_t tipo, int volume, bt_bdaddr_t *bd_addr)

controllo del volume

Definizione alla riga 251 del file bt_hf.h .


La documentazione per questa struttura è stata generata dal seguente file:
  • hardware/libhardware/include/hardware/ bt_hf.h
,

bthf_interface_t Riferimento alla struttura

bthf_interface_t Riferimento alla struttura

#include < bt_hf.h >

Campi dati

taglia_t misurare
bt_stato_t (* init )( bthf_callbacks_t *callbacks, int max_hf_clients)
bt_stato_t (* connetti )(bt_bdaddr_t *bd_addr)
bt_stato_t (* disconnetti )(bt_bdaddr_t *bd_addr)
bt_stato_t (* connect_audio )(bt_bdaddr_t *bd_addr)
bt_stato_t (* disconnessione_audio )(bt_bdaddr_t *bd_addr)
bt_stato_t (* start_riconoscimento_vocale )(bt_bdaddr_t *bd_addr)
bt_stato_t (* stop_riconoscimento_vocale )(bt_bdaddr_t *bd_addr)
bt_stato_t (* volume_control )( bthf_volume_type_t tipo, int volume, bt_bdaddr_t *bd_addr)
bt_stato_t (* device_status_notification )( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int segnale, int batt_chg)
bt_stato_t (* cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
bt_stato_t (* cind_response )(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)
bt_stato_t (* formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
bt_stato_t (* at_response )( bthf_at_response_t codice_risposta, int codice_errore, bt_bdaddr_t *bd_addr)
bt_stato_t (* clcc_response )(int indice, bthf_call_direction_t dir, bthf_call_state_t stato, bthf_call_mode_t modalità, bthf_call_mpty_type_t mpty, const char *numero, bthf_call_addrtype_t tipo, bt_bdaddr_t *bd_addr)
bt_stato_t (* phone_state_change )(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *numero, bthf_call_addrtype_t tipo)
vuoto(* pulizia )(vuoto)
bt_stato_t (* configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

Descrizione dettagliata

Rappresenta l'interfaccia BT-HF standard.

Definizione alla riga 223 del file bt_hf.h .

Documentazione sul campo

bt_status_t (* at_response)( bthf_at_response_t Response_code, int error_code, bt_bdaddr_t *bd_addr)

risposta ok/errore ERRORE (0) OK (1)

Definizione alla riga 271 del file bt_hf.h .

bt_status_t (* cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)

Risposta per il comando CIND

Definizione alla riga 261 del file bt_hf.h .

bt_status_t (* clcc_response)(int indice, bthf_call_direction_t dir, bthf_call_state_t stato, bthf_call_mode_t modalità, bthf_call_mpty_type_t mpty, const char *numero, bthf_call_addrtype_t tipo, bt_bdaddr_t *bd_addr)

risposta per il comando CLCC Può essere richiamato in modo iterativo per ogni indice di chiamata L'indice di chiamata pari a 0 verrà trattato come terminazione NULL (risposta completa)

Definizione alla riga 277 del file bt_hf.h .

void(* pulizia)(void)

Chiude l'interfaccia.

Definizione alla riga 293 del file bt_hf.h .

bt_status_t (* configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

configurazione per il codec SCO

Definizione alla riga 296 del file bt_hf.h .

bt_status_t (* connetti)(bt_bdaddr_t *bd_addr)

connettersi all'auricolare

Definizione alla riga 233 del file bt_hf.h .

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

creare una connessione audio

Definizione alla riga 239 del file bt_hf.h .

bt_status_t (* cops_response)(const char *cops, bt_bdaddr_t *bd_addr)

Risposta per il comando COPS

Definizione alla riga 258 del file bt_hf.h .

bt_status_t (* device_status_notification)( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int segnale, int batt_chg)

Notifica combinata di modifica dello stato del dispositivo

Definizione alla riga 254 del file bt_hf.h .

bt_status_t (* disconnessione)(bt_bdaddr_t *bd_addr)

disconnettersi dall'auricolare

Definizione alla riga 236 del file bt_hf.h .

bt_status_t (* disconnessione_audio)(bt_bdaddr_t *bd_addr)

chiudere la connessione audio

Definizione alla riga 242 del file bt_hf.h .

bt_status_t (* formatted_at_response)(const char *rsp, bt_bdaddr_t *bd_addr)

Risposta AT preformattata, in genere in risposta a cmd AT sconosciuto

Definizione alla riga 265 del file bt_hf.h .

bt_status_t (* init)( bthf_callbacks_t *callbacks, int max_hf_clients)

Registra le richiamate BtHf

Definizione alla riga 230 del file bt_hf.h .

bt_status_t (* phone_state_change)(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *numero, bthf_call_addrtype_t tipo)

notifica di una modifica dello stato della chiamata Ogni aggiornamento notifica

  1. Numero di chiamate attive/in attesa/in arrivo
  2. call_state: indica il cambiamento di stato che ha attivato questo messaggio. Prenderà uno dei valori da BtHfCallState
  3. numero e tipo: valido solo per chiamate in entrata e in attesa

Definizione alla riga 289 del file bt_hf.h .

dimensione_t dimensione

impostato su sizeof(BtHfInterface)

Definizione alla riga 226 del file bt_hf.h .

bt_status_t (* start_voice_recognition)(bt_bdaddr_t *bd_addr)

avviare il riconoscimento vocale

Definizione alla riga 245 del file bt_hf.h .

bt_status_t (* stop_voice_recognition)(bt_bdaddr_t *bd_addr)

interrompere il riconoscimento vocale

Definizione alla riga 248 del file bt_hf.h .

bt_status_t (* volume_control)( bthf_volume_type_t tipo, int volume, bt_bdaddr_t *bd_addr)

controllo del volume

Definizione alla riga 251 del file bt_hf.h .


La documentazione per questa struttura è stata generata dal seguente file:
  • hardware/libhardware/include/hardware/ bt_hf.h