OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pan_cb
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/pan/
pan_main.c
39
tPAN_CB
pan_cb
;
variable
183
handle,
pan_cb
.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
214
if (((!(
pan_cb
.role & UUID_SERVCLASS_PANU))
216
((!(
pan_cb
.role & UUID_SERVCLASS_GN))
218
((!(
pan_cb
.role & UUID_SERVCLASS_NAP))
240
if (
pan_cb
.num_conns > 1 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
263
if (
pan_cb
.pan_bridge_req_cb)
264
(*
pan_cb
.pan_bridge_req_cb) (pcb->rem_bda, FALSE);
268
pan_cb
.active_role = req_role;
280
if (
pan_cb
.num_conns &
[
all
...]
pan_int.h
104
PAN_API extern tPAN_CB
pan_cb
;
107
#define
pan_cb
(*pan_cb_ptr)
macro
Completed in 123 milliseconds