An observer can scan the advertisements from the broadcaster, unless the advertiser (broadcaster)'s advertisements are of type nonconnectable
.
There are two types of scanning in Bluetooth Smart (Bluetooth Low Energy): passive and active.
Passive scanning just listens to advertisements (which contains advertisement data).
Active scanning when an advertisement is received it sends a scan request and the advertiser then sends a scan response (which contains scan response data) back.
There are different types of advertisements in Bluetooth Smart:
- general advertisement: The typical advertisement whereto connections can be initiated. It supports active scanning.
- direct advertisement: The advertiser wants a particular device to connect to it instantly. It does not support active scanning and does not have any advertising data (except the connection addresses of both devices).
- discoverable advertisement: The advertiser supports active scanning, but can not be connected to. (i.e. broadcast of data).
- nonconnectable advertisement: The advertiser does not support active scanning, and can not be connected to. (i.e broadcast of data).