Home
last modified time | relevance | path

Searched defs:supervision_timeout (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dconnection.h44 uint16_t supervision_timeout; member
81 uint16_t supervision_timeout; member
/external/python/bumble/bumble/
Ddevice.py512 supervision_timeout: int = DEVICE_DEFAULT_CONNECTION_SUPERVISION_TIMEOUT variable in ConnectionParametersPreferences
698 supervision_timeout, argument
2031 supervision_timeout, argument
Dcore.py959 def __init__(self, connection_interval, peripheral_latency, supervision_timeout): argument