Searched refs:GKI_MAX_BUF_SIZE (Results 1 - 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_cfg.c34 #define BTA_HH_DISC_BUF_SIZE GKI_MAX_BUF_SIZE
/external/bluetooth/bluedroid/include/
H A Dgki_target.h204 #ifndef GKI_MAX_BUF_SIZE
205 #define GKI_MAX_BUF_SIZE GKI_BUF3_SIZE macro
H A Dbt_target.h590 #define AVRC_BROWSE_POOL_SIZE GKI_MAX_BUF_SIZE
3087 * The maximum is the size of the biggest GKI buffer (GKI_MAX_BUF_SIZE) */
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_sdp.c336 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/
H A Dgki_hal_target.h183 #ifndef GKI_MAX_BUF_SIZE
184 #define GKI_MAX_BUF_SIZE GKI_BUF1_SIZE macro
/external/libnfc-nci/src/include/
H A Dgki_target.h212 #ifndef GKI_MAX_BUF_SIZE
213 #define GKI_MAX_BUF_SIZE GKI_BUF3_SIZE macro
H A Dbt_target.h328 #define AVRC_BROWSE_POOL_SIZE GKI_MAX_BUF_SIZE
2961 * The maximum is the size of the biggest GKI buffer (GKI_MAX_BUF_SIZE) */
/external/bluetooth/bluedroid/main/
H A Dbte_main.c722 /* 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/
H A Dbta_ag_sdp.c44 #define BTA_AG_DISC_BUF_SIZE GKI_MAX_BUF_SIZE
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c2045 if ((p_inq->p_bd_db = (tINQ_BDADDR *)GKI_getbuf(GKI_MAX_BUF_SIZE)) != NULL)
2047 p_inq->max_bd_entries = (UINT16)(GKI_MAX_BUF_SIZE / sizeof(tINQ_BDADDR));
2048 memset(p_inq->p_bd_db, 0, GKI_MAX_BUF_SIZE);
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c392 if ((p_rcb->p_rmsg = (BT_HDR *)GKI_getbuf(GKI_MAX_BUF_SIZE)) != NULL)
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c1503 if (size != GKI_MAX_BUF_SIZE)
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c304 if (size < GKI_MAX_BUF_SIZE)

Completed in 358 milliseconds