Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h76 #define BTA_HH_MIN_OFFSET L2CAP_MIN_OFFSET+1 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c897 BT_HDR *p_buf = (BT_HDR *)osi_malloc(len + BTA_HH_MIN_OFFSET + sizeof(BT_HDR)); in create_pbuf()
903 p_buf->offset = BTA_HH_MIN_OFFSET; in create_pbuf()