HomeSort by relevance Sort by last modified time
    Searched refs:PAN_ROLE_INACTIVE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 48 #ifndef PAN_ROLE_INACTIVE
49 #define PAN_ROLE_INACTIVE 0
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 100 PAN_SetRole (PAN_ROLE_INACTIVE, NULL, NULL, NULL, NULL);
147 role != PAN_ROLE_INACTIVE)
263 if (role == PAN_ROLE_INACTIVE)
517 if (pan_cb.role == PAN_ROLE_INACTIVE || (!(pan_cb.num_conns)))
639 if (pan_cb.role == PAN_ROLE_INACTIVE || (!(pan_cb.num_conns)))
pan_int.h 34 #define PAN_ROLE_INACTIVE 0
pan_utils.c 295 pan_cb.active_role = PAN_ROLE_INACTIVE;
pan_main.c 350 (*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda, result, is_role_change, PAN_ROLE_INACTIVE, PAN_ROLE_INACTIVE);
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 186 int bta_pan_role = PAN_ROLE_INACTIVE;

Completed in 176 milliseconds