Home
last modified time | relevance | path

Searched refs:PAN_ROLE_INACTIVE (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/include/
Dbtif_pan_internal.h49 #ifndef PAN_ROLE_INACTIVE
50 #define PAN_ROLE_INACTIVE 0 macro
/system/bt/stack/pan/
Dpan_api.c101 PAN_SetRole (PAN_ROLE_INACTIVE, NULL, NULL, NULL, NULL); in PAN_Deregister()
148 role != PAN_ROLE_INACTIVE) in PAN_SetRole()
264 if (role == PAN_ROLE_INACTIVE) in PAN_SetRole()
508 if (pan_cb.role == PAN_ROLE_INACTIVE || !pan_cb.num_conns) { in PAN_Write()
569 if (pan_cb.role == PAN_ROLE_INACTIVE || (!(pan_cb.num_conns))) in PAN_WriteBuf()
Dpan_int.h34 #define PAN_ROLE_INACTIVE 0 macro
Dpan_main.c350 …tate_cb) (pcb->handle, pcb->rem_bda, result, is_role_change, PAN_ROLE_INACTIVE, PAN_ROLE_INACTIVE); in pan_connect_state_cb()
Dpan_utils.c294 pan_cb.active_role = PAN_ROLE_INACTIVE; in pan_close_all_connections()
/system/bt/btif/src/
Dbtif_pan.c203 int bta_pan_role = PAN_ROLE_INACTIVE; in btpan_role_to_bta()