Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
adapter_pvt Struct Reference

Data Fields

struct io_contextaccept_io
 
bdaddr_t addr
 
unsigned int alignment_detection:1
 
int dev_id
 
struct {
   struct adapter_pvt *   next
 
entry
 
int hci_socket
 
char id [31]
 
unsigned int inuse:1
 
struct io_contextio
 
int * sco_id
 
pthread_t sco_listener_thread
 
int sco_socket
 

Detailed Description

Definition at line 99 of file chan_mobile.c.

Field Documentation

struct io_context* accept_io

io context for sco listener

Definition at line 107 of file chan_mobile.c.

Referenced by do_sco_listen(), and mbl_load_adapter().

struct io_context* io

io context for audio connections

Definition at line 106 of file chan_mobile.c.

Referenced by do_sco_listen(), and mbl_load_adapter().

int* sco_id

the io context id of the sco listener socket

Definition at line 108 of file chan_mobile.c.

Referenced by mbl_load_adapter().

pthread_t sco_listener_thread

sco listener thread

Definition at line 110 of file chan_mobile.c.

Referenced by mbl_load_adapter().

int sco_socket

sco listener socket

Definition at line 109 of file chan_mobile.c.

Referenced by mbl_load_adapter(), and sco_bind().


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