Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h649 #ifndef GATT_DATA_BUF_SIZE
650 #define GATT_DATA_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c77 if ((p_buf = (BT_HDR *)osi_malloc(GATT_DATA_BUF_SIZE)) != NULL) { in attp_build_exec_write_cmd()