#include <BluetoothConvergenceLayer.h>

Definition at line 111 of file BluetoothConvergenceLayer.h.
Public Member Functions | |
| Listener (BluetoothConvergenceLayer *cl) | |
| void | accepted (int fd, bdaddr_t addr, u_int8_t channel) |
| Virtual callback hook that gets called when new connections arrive. | |
Public Attributes | |
| BluetoothConvergenceLayer * | cl_ |
| The BTCL instance. | |
| dtn::BluetoothConvergenceLayer::Listener::Listener | ( | BluetoothConvergenceLayer * | cl | ) |
Definition at line 287 of file BluetoothConvergenceLayer.cc.
References oasys::BluetoothSocket::logfd_.
| void dtn::BluetoothConvergenceLayer::Listener::accepted | ( | int | fd, | |
| bdaddr_t | addr, | |||
| u_int8_t | channel | |||
| ) | [virtual] |
Virtual callback hook that gets called when new connections arrive.
Implements oasys::BluetoothServerThread.
Definition at line 297 of file BluetoothConvergenceLayer.cc.
References bd2str, cl_, dtn::BluetoothConvergenceLayer::default_link_params_, and log_debug.
The BTCL instance.
Definition at line 117 of file BluetoothConvergenceLayer.h.
Referenced by accepted().
1.5.3