Documentation de référence sur la struct bt_interface_t

Documentation de référence sur la struct bt_interface_t

#include < bluetooth.h >

Champs de données

size_t  size
 
int(*  init )( bt_callbacks_t *callbacks)
 
int(*  enable )(bool guest_mode)
 
int(*  disable )(void)
 
void(*  cleanup (void)
 
int(*  get_adapter_properties )(void)
 
int(*  get_adapter_property )( bt_property_type_t type)
 
int(*  set_adapter_property )(const bt_property_t *property)
 
int(*  get_remote_device_properties )(bt_bdaddr_t *remote_addr)
 
int(*  get_remote_device_property )(bt_bdaddr_t *remote_addr, bt_property_type_t type)
 
int(*  set_remote_device_property )(bt_bdaddr_t *remote_addr, const bt_property_t *property)
 
int(*  get_remote_service_record )(bt_bdaddr_t *remote_addr, bt_uuid_t *uuid)
 
int(*  get_remote_services )(bt_bdaddr_t *remote_addr)
 
int(*  start_discovery )(void)
 
int(*  cancel_discovery )(void)
 
int(*  create_bond )(const bt_bdaddr_t *bd_addr, int transport)
 
int(*  create_bond_out_of_band )(const bt_bdaddr_t *bd_addr, int transport, const bt_out_of_band_data_t *oob_data)
 
int(*  remove_bond )(const bt_bdaddr_t *bd_addr)
 
int(*  cancel_bond )(const bt_bdaddr_t *bd_addr)
 
int(*  get_connection_state )(const bt_bdaddr_t *bd_addr)
 
int(*  pin_reply )(const bt_bdaddr_t *bd_addr, uint8_t accept, uint8_t pin_len, bt_pin_code_t *pin_code)
 
int(*  ssp_reply )(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, uint8_t accept, uint32_t passkey)
 
const void *(*  get_profile_interface )(const char *profile_id)
 
int(*  dut_mode_configure )(uint8_t enable )
 
int(*  dut_mode_send )(uint16_t opcode, uint8_t *buf, uint8_t len)
 
int(*  le_test_mode )(uint16_t opcode, uint8_t *buf, uint8_t len)
 
int(*  config_hci_snoop_log )(uint8_t enable )
 
int(*  set_os_callouts )( bt_os_callouts_t *callouts)
 
int(*  read_energy_info )()
 
void(*  dump )(int fd, const char **arguments)
 
int(*  config_clear )(void)
 
void(*  interop_database_clear )(void)
 
void(*  interop_database_add )(uint16_t feature, const bt_bdaddr_t *addr, size_t len)
 

Description détaillée

REMARQUE: Par défaut, aucun profil n'est initialisé au moment de l'initialisation/de l'activation. Chaque fois que l'application appelle l'API "init" d'un profil, l'une des opérations suivantes doit se produire:

1.) Si le Bluetooth n'est pas activé, le noyau Bluetooth doit marquer le profil comme activé. Par la suite, lorsque l'application appelle l'activation du Bluetooth, le profil marqué doit être activé dans le cadre de la séquence d'activation en appelant les API de pile appropriées. "adapter_properties_cb" doit renvoyer la liste des UUID des profils activés.

2.) Si le Bluetooth est activé, le noyau Bluetooth doit appeler l'API de profil de pile pour initialiser le profil et déclencher un "adapter_properties_cb" avec la liste actuelle des UUID, y compris l'UUID du profil nouvellement ajouté.

L'inverse doit se produire chaque fois que les API de "nettoyage" du profil sont appelées. Représente l'interface Bluetooth DM standard.

Définition à la ligne 456 du fichier bluetooth.h .

Documentation des champs

int(* cancel_bond)(const bt_bdaddr_t *bd_addr)

Annuler l'association

Définition à la ligne  521 du fichier bluetooth.h .

int(* cancel_discovery)(void)

Annuler l'exploration

Définition à la ligne  508 du fichier bluetooth.h .

void(* cleanup)(void)

Ferme l'interface.

Définition à la ligne  472 du fichier bluetooth.h .

int(* config_clear)(void)

Effacer /data/misc/bt_config.conf et effacer toutes les connexions stockées

Définition à la ligne  580 du fichier bluetooth.h .

int(* config_hci_snoop_log)(uint8_t enable )

Définition à la ligne  557 du fichier bluetooth.h .

int(* create_bond)(const bt_bdaddr_t *bd_addr, int transport)

Créer une association Bluetooth

Définition à la ligne  511 du fichier bluetooth.h .

int(* create_bond_out_of_band)(const bt_bdaddr_t *bd_addr, int transport, const bt_out_of_band_data_t *oob_data)

Créer une association Bluetooth à l'aide de données hors bande

Définition à la ligne  514 du fichier bluetooth.h .

int(* disable)(void)

Désactivez le Bluetooth.

Définition à la ligne  469 du fichier bluetooth.h .

void(* dump)(int fd, const char **arguments)

Compatibilité native avec la fonction dumpsys La fonction est synchrone et |fd| appartient à l'appelant. |arguments| sont des arguments pouvant affecter la sortie, encodés sous forme de chaînes UTF-8.

Définition à la ligne  575 du fichier bluetooth.h .

int(* dut_mode_configure)(uint8_t enable )

API Bluetooth en mode test : le Bluetooth doit être activé pour ces API

Définition à la ligne  548 du fichier bluetooth.h .

int(* dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len)

Définition à la ligne  551 du fichier bluetooth.h .

int(* enable)(bool guest_mode)

Activez le Bluetooth.

Définition à la ligne  466 du fichier bluetooth.h .

int(* get_adapter_properties)(void)

Obtenir toutes les propriétés de l'adaptateur Bluetooth au démarrage

Définition à la ligne  475 du fichier bluetooth.h .

int(* get_adapter_property)( bt_property_type_t type)

Obtenir la propriété de l'adaptateur Bluetooth de type

Définition à la ligne  478 du fichier bluetooth.h .

int(* get_connection_state)(const bt_bdaddr_t *bd_addr)

Obtenez l'état de la connexion d'un appareil distant donné. Une valeur de retour de 0 signifie que l'appareil n'est pas connecté. Un état de retour non nul indique une connexion active.

Définition à la ligne  528 du fichier bluetooth.h .

const void*(* get_profile_interface)(const char *profile_id)

Obtenir l'interface du profil Bluetooth

Définition à la ligne  544 du fichier bluetooth.h .

int(* get_remote_device_properties)(bt_bdaddr_t *remote_addr)

Obtenir toutes les propriétés de l'appareil à distance

Définition à la ligne  487 du fichier  bluetooth.h .

int(* get_remote_device_property)(bt_bdaddr_t *remote_addr, bt_property_type_t type)

Obtenir la propriété de l'appareil distant de type

Définition à la ligne  490 du fichier bluetooth.h .

int(* get_remote_service_record)(bt_bdaddr_t *remote_addr, bt_uuid_t *uuid)

Obtenir l'enregistrement de service de l'appareil distant pour l'UUID donné

Définition à la ligne 498 du fichier bluetooth.h .

int(* get_remote_services)(bt_bdaddr_t *remote_addr)

Démarrer le SDP pour obtenir des services à distance

Définition à la ligne  502 du fichier bluetooth.h .

int(* init)( bt_callbacks_t *callbacks)

Ouvre l'interface et fournit les routines de rappel à l'implémentation de cette interface.

Définition à la ligne 463 du fichier bluetooth.h .

void(* interop_database_add)(uint16_t feature, const bt_bdaddr_t *addr, size_t len)

Ajout d'un nouveau correctif d'interopérabilité d'appareil pour un appareil distant dont les premiers |len| octets de son adresse correspondent à |addr|. REMARQUE: |feature| doit correspondre à un élément défini dans interop_feature_t (interop.h).

Définition à la ligne  592 du fichier bluetooth.h .

void(* interop_database_clear)(void)

Effacer (réinitialiser) la partie dynamique de la base de données d'interopérabilité des appareils.

Définition à la ligne  585 du fichier bluetooth.h .

int(* le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len)

API du mode test BLE

Définition à la ligne  554 du fichier bluetooth.h .

int(* pin_reply)(const bt_bdaddr_t *bd_addr, uint8_t accept, uint8_t pin_len, bt_pin_code_t *pin_code)

Réponse de l'ancienne clé de code BT Si accept==FALSE, pin_len et pin_code doivent être 0x0

Définition à la ligne  532 du fichier bluetooth.h .

int(* read_energy_info)()

Lire les informations sur l'énergie : la valeur renvoyée indique BT_STATUS_SUCCESS ou BT_STATUS_NOT_READY. Le succès indique que la commande VSC a été envoyée au contrôleur.

Définition à la ligne  567 du fichier bluetooth.h .

int(* remove_bond)(const bt_bdaddr_t *bd_addr)

Supprimer l'association

Définition à la ligne  518 du fichier bluetooth.h .

int(* set_adapter_property)(const bt_property_t *property)

Définir la propriété "type" de l'adaptateur Bluetooth

Définition à la ligne  484 du fichier bluetooth.h .

int(* set_os_callouts)( bt_os_callouts_t *callouts)

Définit les fonctions d'appel du système d'exploitation dont bluedroid a besoin pour les alarmes et les wakelocks. Cette méthode doit être appelée immédiatement après un |init| réussi.

Définition à la ligne  562 du fichier bluetooth.h .

int(* set_remote_device_property)(bt_bdaddr_t *remote_addr, const bt_property_t *property)

Définir la propriété "type" de l'appareil à distance

Définition à la ligne  494 du fichier bluetooth.h .

taille_t

défini sur sizeof(bt_interface_t)

Définition à la ligne  458 du fichier bluetooth.h .

int(* ssp_reply)(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, uint8_t accept, uint32_t passkey)

Réponse du SSP BT : Just Works, comparaison numérique et clé d'accès La clé d'accès doit être nulle pour BT_SSP_VARIANT_PASSKEY_COMPARISON et BT_SSP_VARIANT_CONSENT. Pour BT_SSP_VARIANT_PASSKEY_ENTRY, si accept==FALSE, la clé d'accès doit être nulle

Définition à la ligne  540 du fichier bluetooth.h .

int(* start_discovery)(void)

Lancer l'exploration

Définition à la ligne  505 du fichier bluetooth.h .


La documentation de ce struct a été générée à partir du fichier suivant :