dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_evt_phy_update_t Struct Reference

Event Structure for BLE_GAP_EVT_PHY_UPDATE. More...

#include <ble_gap.h>

Data Fields

uint8_t status
 
uint8_t tx_phy
 
uint8_t rx_phy
 

Detailed Description

Event Structure for BLE_GAP_EVT_PHY_UPDATE.

Definition at line 775 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_evt_phy_update_t::rx_phy

RX PHY for this connection, see GAP PHYs.

Definition at line 779 of file ble_gap.h.

uint8_t ble_gap_evt_phy_update_t::status

Status of the procedure, see Bluetooth status codes.

Definition at line 777 of file ble_gap.h.

uint8_t ble_gap_evt_phy_update_t::tx_phy

TX PHY for this connection, see GAP PHYs.

Definition at line 778 of file ble_gap.h.


The documentation for this struct was generated from the following file: