#include <ns3/core-module.h>#include <ns3/network-module.h>#include <ns3/mobility-module.h>#include <ns3/propagation-module.h>#include <ns3/spectrum-module.h>#include <ns3/ble-phy.h>
Include dependency graph for ble-phy-example.cc:Go to the source code of this file.
Functions | |
| static void | GenerateTraffic (Ptr< BlePhy > sender, uint32_t pktSize, uint32_t pktCount, Time pktInterval) |
| void | SendOnePacket (Ptr< BlePhy > sender, Ptr< BlePhy > receiver) |
|
static |
Definition at line 34 of file ble-phy-example.cc.
References ns3::BlePhy::ChangeState(), ns3::BlePhy::RxPacketFromLinkLayer(), ns3::Simulator::Schedule(), ns3::BlePhy::StartTx(), and ns3::BlePhy::TRANS.
Here is the call graph for this function:Definition at line 47 of file ble-phy-example.cc.
References ns3::BlePhy::ChangeState(), ns3::BlePhy::LISTEN, ns3::BlePhy::RxPacketFromLinkLayer(), ns3::BlePhy::StartTx(), and ns3::BlePhy::TRANS.
Here is the call graph for this function: