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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_cfg.c 34 #define BTA_HH_DISC_BUF_SIZE GKI_MAX_BUF_SIZE
  /external/bluetooth/bluedroid/include/
gki_target.h 204 #ifndef GKI_MAX_BUF_SIZE
205 #define GKI_MAX_BUF_SIZE GKI_BUF3_SIZE
bt_target.h 590 #define AVRC_BROWSE_POOL_SIZE GKI_MAX_BUF_SIZE
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 336 bta_hf_client_cb.scb.p_disc_db = (tSDP_DISCOVERY_DB *) GKI_getbuf(GKI_MAX_BUF_SIZE);
343 db_inited = SDP_InitDiscoveryDb(bta_hf_client_cb.scb.p_disc_db, GKI_MAX_BUF_SIZE, num_uuid,
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 183 #ifndef GKI_MAX_BUF_SIZE
184 #define GKI_MAX_BUF_SIZE GKI_BUF1_SIZE
  /external/libnfc-nci/src/include/
gki_target.h 212 #ifndef GKI_MAX_BUF_SIZE
213 #define GKI_MAX_BUF_SIZE GKI_BUF3_SIZE
bt_target.h 328 #define AVRC_BROWSE_POOL_SIZE GKI_MAX_BUF_SIZE
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 722 /* Requested buffer size cannot exceed GKI_MAX_BUF_SIZE. */
723 if (size > GKI_MAX_BUF_SIZE)
726 size, GKI_MAX_BUF_SIZE);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 44 #define BTA_AG_DISC_BUF_SIZE GKI_MAX_BUF_SIZE
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 392 if ((p_rcb->p_rmsg = (BT_HDR *)GKI_getbuf(GKI_MAX_BUF_SIZE)) != NULL)
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 304 if (size < GKI_MAX_BUF_SIZE)
    [all...]

Completed in 1527 milliseconds