Lines Matching full:smp
13 bool "Bluetooth mcumgr SMP transport"
16 Enables handling of SMP commands received over Bluetooth.
21 bool "Reassemble packets in Bluetooth SMP transport"
24 When enabled, the SMP BT transport will buffer and reassemble received
28 prompt "Permission used for the SMP service"
32 Permission settings for GATT characteristics of the SMP service.
48 bool "Request specific connection parameters for SMP packet exchange"
53 SMP commands are handled. This option allows to speed up the command
55 Its recommended to enable this if SMP is used for DFU.
60 int "Minimum connection interval for SMP packet exchange"
64 Minimum connection interval in 1.25ms units used during the exchange of SMP packets.
67 int "Maximum connection interval for SMP packet exchange"
71 Maximum connection interval in 1.25ms units used during the exchange of SMP packets.
74 int "Peripheral latency for SMP packet exchange"
78 Peripheral latency in Connection Intervals used during the exchange of SMP packets.
81 int "Supervision timeout for SMP packet exchange"
85 Supervision timeout in 10ms used during the exchange of SMP packets.
92 The value is a time of inactivity on the SMP characteristic after which
107 bool "Register SMP service at runtime"
111 When enabled, the SMP service will be automatically registered at boot time
113 Otherwise, the SMP service will be statically defined and registered.