Home
last modified time | relevance | path

Searched refs:GAP_DATA_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c205 p_ccb->ertm_info.user_rx_buf_size = GAP_DATA_BUF_SIZE; in GAP_ConnOpen()
206 p_ccb->ertm_info.user_tx_buf_size = GAP_DATA_BUF_SIZE; in GAP_ConnOpen()
518 if ((p_buf = (BT_HDR *)osi_malloc(GAP_DATA_BUF_SIZE)) == NULL) { in GAP_ConnWriteData()
/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h596 #ifndef GAP_DATA_BUF_SIZE
597 #define GAP_DATA_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro