Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct io_context * | accept_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_context * | io |
int * | sco_id |
pthread_t | sco_listener_thread |
int | sco_socket |
Definition at line 99 of file chan_mobile.c.
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 |
int sco_socket |
sco listener socket
Definition at line 109 of file chan_mobile.c.
Referenced by mbl_load_adapter(), and sco_bind().