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.h44 #ifndef PAN_ROLE_INACTIVE
45 #define PAN_ROLE_INACTIVE 0 macro
/system/bt/stack/pan/
Dpan_api.cc96 PAN_SetRole(PAN_ROLE_INACTIVE, NULL, NULL); in PAN_Deregister()
124 if (role == PAN_ROLE_INACTIVE) { in PAN_SetRole()
134 role != PAN_ROLE_INACTIVE) { in PAN_SetRole()
402 if (pan_cb.role == PAN_ROLE_INACTIVE || !pan_cb.num_conns) { in PAN_Write()
459 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.cc299 is_role_change, PAN_ROLE_INACTIVE, in pan_connect_state_cb()
300 PAN_ROLE_INACTIVE); in pan_connect_state_cb()
Dpan_utils.cc239 pan_cb.active_role = PAN_ROLE_INACTIVE; in pan_close_all_connections()
/system/bt/btif/src/
Dbtif_pan.cc174 int bta_pan_role = PAN_ROLE_INACTIVE; in btpan_role_to_bta()