Modifications

Sauter à la navigation Sauter à la recherche
263 octets ajoutés ,  19 juin 2017 à 08:53
Ligne 105 : Ligne 105 :  
* '''Absolute maximum low power advertising interval''' (maximum absolu pour l'intervalle annonce en économie d'énergie): 10240ms
 
* '''Absolute maximum low power advertising interval''' (maximum absolu pour l'intervalle annonce en économie d'énergie): 10240ms
   −
{{ambox-stop|text=If you only wish to update one interval value, leave the other comma-separated values empty (ex. ',,110,' will only update the third value, advertising interval).}}
+
{{ambox-stop|text=Si vous désirez uniquement modifier un intervalle alors laissez les autres valeurs -entre les virgules- vides (ex: ",,110," modifiera uniquement la 3ième valeur "advertising interval").}}
   −
* Output: If reading the current GAP interval settings, the following comma-separated information will be displayed:
+
* Sortie: en lisant les paramètres d'intervalle GAP, les informations suivantes seront affichées (séparés par des virgules):
** Minimum connection interval (in milliseconds)
+
** Minimum connection interval (interval de connexion minimum, en milisecondes)
** Maximum connection interval (in milliseconds)
+
** Maximum connection interval (interval de connexion maximum, en milisecondes)
** Advertising interval (in milliseconds)
+
** Advertising interval (interval d'annonce, en milisecondes)
** Advertising timeout (in milliseconds)
+
** Advertising timeout (timeout d'annonce, en milisecondes)
   −
{{ambox-stop|text= Updating the GAP intervals will persist the new values to non-volatile memory, and the updated values will be used when the device is reset. To reset the device to factory settings and clean the config data from memory run the AT+FACTORYRESET command.}}
+
{{ambox-stop|text=La modification des intervalles GAP est enregistré dans la mémoire non-volatile et les nouvelles valeurs seront utilisées après la réinitialisation du système. Pour réinitialiser le périphérique aux paramètres d'usine (et effacer vos paramètres de la mémoire), vous pouvez utiliser la commande AT+FACTORYRESET}}
   −
  <nowiki># Read the current GAP intervals
+
  <nowiki># Lecture des différents intervales GAP
 
AT+GAPINTERVALS
 
AT+GAPINTERVALS
 
20,100,100,30
 
20,100,100,30
 
    
 
    
# Update all values
+
# Modification de tous les intervalles
 
AT+GAPINTERVALS=20,200,200,30
 
AT+GAPINTERVALS=20,200,200,30
 
OK
 
OK
 
    
 
    
# Update only the advertising interval
+
# Modifier uniquement l'intervalle d'annonce (advertising interval)
 
AT+GAPINTERVALS=,,150,
 
AT+GAPINTERVALS=,,150,
 
OK</nowiki>
 
OK</nowiki>
29 917

modifications

Menu de navigation