Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_dev_info_evt_t Struct Reference

This structure notifies that information about remote device has been acquired by R_BLE_GAP_GetRemDevInfo(). More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device whose information has been acquired. More...
 
uint8_t get_status
 Information about the remote device. This field is a bitwise OR of the following values. More...
 
st_ble_dev_addr_t addr
 Address of the remote device. More...
 
uint8_t version
 The version of Link Layer of the remote device. More...
 
uint16_t company_id
 The manufacturer ID of the remote device. More...
 
uint16_t subversion
 The subversion of Link Layer. More...
 
uint8_t features [BLE_GAP_REM_FEATURE_SIZE]
 LE feature supported in the remote device. More...
 

Detailed Description

This structure notifies that information about remote device has been acquired by R_BLE_GAP_GetRemDevInfo().

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_dev_info_evt_t::conn_hdl

Connection handle identifying the remote device whose information has been acquired.

◆ get_status

uint8_t st_ble_gap_dev_info_evt_t::get_status

Information about the remote device. This field is a bitwise OR of the following values.

Bit Number description
bit0 Address
bit1 Version, company_id, subversion
bit2 Feature
All other bits Reserved for future use

◆ addr

st_ble_dev_addr_t st_ble_gap_dev_info_evt_t::addr

Address of the remote device.

◆ version

uint8_t st_ble_gap_dev_info_evt_t::version

The version of Link Layer of the remote device.

Refer to Bluetooth SIG Assigned Number (https://www.bluetooth.com/specifications/assigned-numbers) regarding defined number.

◆ company_id

uint16_t st_ble_gap_dev_info_evt_t::company_id

The manufacturer ID of the remote device.

Refer to Bluetooth SIG Assigned Number (https://www.bluetooth.com/specifications/assigned-numbers) regarding defined number.

◆ subversion

uint16_t st_ble_gap_dev_info_evt_t::subversion

The subversion of Link Layer.

◆ features

uint8_t st_ble_gap_dev_info_evt_t::features[BLE_GAP_REM_FEATURE_SIZE]

LE feature supported in the remote device.

Refer to Core Spec Vol 6, Part B 4.6 FEATURE SUPPORT.