Advertising modes.
| Enumerator |
|---|
| BLE_ADV_MODE_IDLE | Idle; non-connectable advertising is ongoing.
|
| BLE_ADV_MODE_DIRECTED_HIGH_DUTY | Directed advertising (high duty cycle).
Attempt to connect to the most recently disconnected peer.
|
| BLE_ADV_MODE_DIRECTED | Directed advertising (low duty cycle).
Attempt to connect to the most recently disconnected peer.
|
| BLE_ADV_MODE_FAST | Fast advertising.
Attempt to connect to any peer device, or filter with an allow list if one exists.
|
| BLE_ADV_MODE_SLOW | Slow advertising.
Similar to fast advertising. By default it uses a longer advertising interval and time-out than fast advertising. However, these options can be adjusted by the user.
|