#include <BluetoothConvergenceLayer.h>
Sent once in each direction for BT/RFCOMM.
Definition at line 42 of file BluetoothConvergenceLayer.h.
Public Attributes | |
u_int32_t | magic |
magic word (MAGIC: "dtn!") | |
u_int8_t | version |
btcl protocol version | |
u_int8_t | flags |
connection flags (see above) | |
u_int16_t | partial_ack_len |
requested size for partial acks | |
u_int16_t | keepalive_interval |
seconds between keepalive packets | |
u_int16_t | xx__unused |
u_int32_t | payload_size_ |
sizeof(bundle) ... not including BTCLHeader |
magic word (MAGIC: "dtn!")
Definition at line 43 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
btcl protocol version
Definition at line 44 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
connection flags (see above)
Definition at line 45 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
requested size for partial acks
Definition at line 46 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
seconds between keepalive packets
Definition at line 47 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
Definition at line 48 of file BluetoothConvergenceLayer.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::send_contact_header().
sizeof(bundle) ... not including BTCLHeader
Definition at line 49 of file BluetoothConvergenceLayer.h.