OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_app_connect_signal
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/src/
btif_sock_l2cap.c
412
static BOOLEAN
send_app_connect_signal
(int fd, const bt_bdaddr_t* addr,
function
509
send_app_connect_signal
(sock->our_fd, &accept_rs->addr, sock->channel, 0,
511
accept_rs->app_fd = -1; // The fd is closed after sent to app in
send_app_connect_signal
()
551
send_app_connect_signal
(sock->our_fd, &accept_rs->addr, sock->channel, 0,
566
if (
send_app_connect_signal
(sock->our_fd, &sock->addr, sock->channel, 0, -1, p_open->tx_mtu)) {
573
else APPL_TRACE_ERROR("
send_app_connect_signal
failed");
585
if (
send_app_connect_signal
(sock->our_fd, &sock->addr, sock->channel, 0, -1, p_open->tx_mtu)) {
592
else APPL_TRACE_ERROR("
send_app_connect_signal
failed");
[
all
...]
btif_sock_rfc.c
429
static bool
send_app_connect_signal
(int fd, const bt_bdaddr_t* addr, int channel, int status, int send_fd) {
function
490
send_app_connect_signal
(srv_rs->fd, &accept_rs->addr, srv_rs->scn, 0, accept_rs->app_fd);
514
if (
send_app_connect_signal
(slot->fd, &slot->addr, slot->scn, 0, -1))
Completed in 746 milliseconds