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.h50 #ifndef PAN_ROLE_INACTIVE
51 #define PAN_ROLE_INACTIVE 0 macro
/system/bt/stack/pan/
Dpan_api.cc98 PAN_SetRole(PAN_ROLE_INACTIVE, NULL, NULL, NULL, NULL); in PAN_Deregister()
140 role != PAN_ROLE_INACTIVE) { in PAN_SetRole()
238 if (role == PAN_ROLE_INACTIVE) pan_close_all_connections(); in PAN_SetRole()
451 if (pan_cb.role == PAN_ROLE_INACTIVE || !pan_cb.num_conns) { in PAN_Write()
508 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.cc301 is_role_change, PAN_ROLE_INACTIVE, in pan_connect_state_cb()
302 PAN_ROLE_INACTIVE); in pan_connect_state_cb()
Dpan_utils.cc271 pan_cb.active_role = PAN_ROLE_INACTIVE; in pan_close_all_connections()
/system/bt/btif/src/
Dbtif_pan.cc191 int bta_pan_role = PAN_ROLE_INACTIVE; in btpan_role_to_bta()