konashi/SBBLEのテスト

Dependencies:   BLE_API mbed

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_rssi_changed_t Struct Reference

ble_gap_evt_rssi_changed_t Struct Reference
[Generic Access Profile (GAP)]

Event data for advertisement report event. More...

#include <ble_gap.h>

Data Fields

int8_t rssi
 Received Signal Strength Indication in dBm.

Detailed Description

Event data for advertisement report event.

Definition at line 578 of file ble_gap.h.


Field Documentation

int8_t rssi

Received Signal Strength Indication in dBm.

Definition at line 580 of file ble_gap.h.