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

  /external/bluetooth/bluedroid/bta/pan/
bta_pan_ci.c 135 if((p_buf = (BT_HDR *) GKI_getpoolbuf(PAN_POOL_ID)) != NULL)
bta_pan_act.c 211 p_new_buf = (BT_HDR *)GKI_getpoolbuf( PAN_POOL_ID );
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 532 buffer = (BT_HDR *)GKI_getpoolbuf(PAN_POOL_ID);
  /external/bluetooth/bluedroid/include/
bt_target.h 543 #ifndef PAN_POOL_ID
544 #define PAN_POOL_ID GKI_POOL_ID_3
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 283 #ifndef PAN_POOL_ID
284 #define PAN_POOL_ID GKI_POOL_ID_3
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 687 BT_HDR *buffer = (BT_HDR *)GKI_getpoolbuf(PAN_POOL_ID);

Completed in 80 milliseconds