OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sco_socket_t
(Results
1 - 1
of
1
) sorted by null
/system/bt/btif/src/
btif_sock_sco.c
62
}
sco_socket_t
;
typedef in typeref:struct:__anon73811
76
static
sco_socket_t
*sco_socket_establish_locked(bool is_listening, const bt_bdaddr_t *bd_addr, int *sock_fd);
77
static
sco_socket_t
*sco_socket_new(void);
78
static void sco_socket_free_locked(
sco_socket_t
*socket);
79
static
sco_socket_t
*sco_socket_find_locked(uint16_t sco_handle);
88
static list_t *sco_sockets; // Owns a collection of
sco_socket_t
objects.
89
static
sco_socket_t
*listen_sco_socket; // Not owned, do not free.
119
sco_socket_t
*sco_socket = sco_socket_establish_locked(true, NULL, sock_fd);
135
sco_socket_t
*sco_socket = sco_socket_establish_locked(false, bd_addr, sock_fd);
142
static
sco_socket_t
*sco_socket_establish_locked(bool is_listening, const bt_bdaddr_t *bd_addr, int *sock_fd)
[
all
...]
Completed in 2670 milliseconds