Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h697 #ifndef GATT_DATA_BUF_SIZE
698 #define GATT_DATA_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro
/hal_espressif-3.7.0/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()