The description of `Gap::GapState_t` is as follows: ``` /* Describes the current state of the device (more than one bit can be set). */ ``` Shouldn't this structure contain information about scanning and not just advertising/connected?
The description of
Gap::GapState_tis as follows:Shouldn't this structure contain information about scanning and not just advertising/connected?