Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h232 #ifndef GATT_DATA_BUF_SIZE
233 #define GATT_DATA_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc78 BT_HDR* p_buf = (BT_HDR*)osi_malloc(GATT_DATA_BUF_SIZE); in attp_build_exec_write_cmd()