OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btpan_cb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_pan_co.c
86
btpan_cb
.tap_fd,
btpan_cb
.open_count, conn->handle, handle,
90
btpan_cb
.open_count++;
93
if(
btpan_cb
.tap_fd < 0)
95
btpan_cb
.tap_fd = btpan_tap_open();
96
if(
btpan_cb
.tap_fd >= 0)
97
create_tap_read_thread(
btpan_cb
.tap_fd);
99
if(
btpan_cb
.tap_fd >= 0)
130
btpan_cb
.open_count--;
132
if(
btpan_cb
.open_count == 0
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_pan.c
74
btpan_cb_t
btpan_cb
;
variable
112
BTIF_TRACE_DEBUG2("jni_initialized = %d,
btpan_cb
.enabled:%d", jni_initialized,
btpan_cb
.enabled);
114
if (jni_initialized && !
btpan_cb
.enabled)
117
memset(&
btpan_cb
, 0, sizeof(
btpan_cb
));
118
btpan_cb
.tap_fd = -1;
121
btpan_cleanup_conn(&
btpan_cb
.conns[i]);
123
btpan_cb
.enabled = 1;
129
if(
btpan_cb
.enabled
[
all
...]
/external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h
90
extern btpan_cb_t
btpan_cb
;
Completed in 26 milliseconds