S140 SoftDevice v7.3.0
Advertising report type. More...
#include <ble_gap.h>
Data Fields |
|
| uint16_t | connectable : 1 |
| uint16_t | scannable : 1 |
| uint16_t | directed : 1 |
| uint16_t | scan_response : 1 |
| uint16_t | extended_pdu : 1 |
| uint16_t | status : 2 |
| uint16_t | reserved : 9 |
Detailed Description
Advertising report type.
Field Documentation
| uint16_t ble_gap_adv_report_type_t::connectable |
Connectable advertising event type.
| uint16_t ble_gap_adv_report_type_t::directed |
Directed advertising event type.
| uint16_t ble_gap_adv_report_type_t::extended_pdu |
Received an extended advertising set.
| uint16_t ble_gap_adv_report_type_t::reserved |
Reserved for future use.
| uint16_t ble_gap_adv_report_type_t::scan_response |
Received a scan response.
| uint16_t ble_gap_adv_report_type_t::scannable |
Scannable advertising event type.
| uint16_t ble_gap_adv_report_type_t::status |
Data status. See GAP Advertising data status .