| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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(), mbl_load_adapter(), and unload_module().
| bdaddr_t addr | 
Definition at line 103 of file chan_mobile.c.
Referenced by do_discovery(), do_monitor_headset(), handle_cli_mobile_search(), mbl_load_adapter(), and sco_bind().
| unsigned int alignment_detection | 
Definition at line 105 of file chan_mobile.c.
Referenced by mbl_load_adapter(), and mbl_new().
| int dev_id | 
Definition at line 100 of file chan_mobile.c.
Referenced by handle_cli_mobile_search(), load_module(), and mbl_load_adapter().
| struct { ... } entry | 
Referenced by handle_cli_mobile_search(), and unload_module().
| int hci_socket | 
Definition at line 101 of file chan_mobile.c.
Referenced by handle_cli_mobile_search(), mbl_load_adapter(), and unload_module().
| char id[31] | 
Definition at line 102 of file chan_mobile.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), do_discovery(), do_sco_listen(), handle_cli_mobile_show_devices(), mbl_load_adapter(), mbl_load_device(), sco_accept(), and sco_bind().
| unsigned int inuse | 
Definition at line 104 of file chan_mobile.c.
Referenced by do_discovery(), do_monitor_headset(), do_monitor_phone(), and handle_cli_mobile_search().
| 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().
| struct adapter_pvt* next | 
Definition at line 111 of file chan_mobile.c.
| 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(), and unload_module().
| 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().