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

  /hardware/libhardware/include/hardware/
bt_pan.h 24 #define BTPAN_ROLE_PANU 2
  /system/bt/btif/src/
btif_pan.cc 76 #define BTPAN_LOCAL_ROLE BTPAN_ROLE_PANU
80 #define BTPAN_LOCAL_ROLE (BTPAN_ROLE_PANU | BTPAN_ROLE_PANNAP)
185 if (bta_pan_role & PAN_ROLE_CLIENT) btpan_role |= BTPAN_ROLE_PANU;
193 if (btpan_role & BTPAN_ROLE_PANU) bta_pan_role |= PAN_ROLE_CLIENT;

Completed in 195 milliseconds