Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
adapter_pvt Struct Reference
Collaboration diagram for adapter_pvt:
Collaboration graph
[legend]

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

◆ accept_io

struct io_context* accept_io

io context for sco listener

Definition at line 107 of file chan_mobile.c.

Referenced by do_sco_listen(), mbl_load_adapter(), and unload_module().

◆ addr

bdaddr_t addr

◆ alignment_detection

unsigned int alignment_detection

Definition at line 105 of file chan_mobile.c.

Referenced by mbl_load_adapter(), and mbl_new().

◆ dev_id

int dev_id

Definition at line 100 of file chan_mobile.c.

Referenced by handle_cli_mobile_search(), load_module(), and mbl_load_adapter().

◆ entry

struct { ... } entry

◆ hci_socket

int hci_socket

Definition at line 101 of file chan_mobile.c.

Referenced by handle_cli_mobile_search(), mbl_load_adapter(), and unload_module().

◆ id

char id[31]

◆ inuse

unsigned int inuse

◆ io

struct io_context* io

io context for audio connections

Definition at line 106 of file chan_mobile.c.

Referenced by do_sco_listen(), mbl_load_adapter(), and unload_module().

◆ next

struct adapter_pvt* next

Definition at line 111 of file chan_mobile.c.

◆ sco_id

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().

◆ sco_listener_thread

pthread_t sco_listener_thread

sco listener thread

Definition at line 110 of file chan_mobile.c.

Referenced by mbl_load_adapter(), and unload_module().

◆ sco_socket

int sco_socket

sco listener socket

Definition at line 109 of file chan_mobile.c.

Referenced by mbl_load_adapter(), sco_bind(), and unload_module().


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