otBleRadioPacket
    #include <ble.h>
  
代表 BLE 封包。
摘要
| 公開屬性 | |
|---|---|
| mLength | uint16_tmValue的長度。 | 
| mPower | int8_t以 dBm 為單位的傳輸/接收功率。 | 
| mValue | uint8_t *屬性的值。 | 
公開屬性
mLength
uint16_t otBleRadioPacket::mLength
mValue 的長度。
mPower
int8_t otBleRadioPacket::mPower
以 dBm 為單位的傳輸/接收功率。
mValue
uint8_t * otBleRadioPacket::mValue
屬性的值。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。