Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c165 tBTA_HH_CMD_DATA *p_buf; in bta_hh_snd_write_dev()
166 UINT16 len = (UINT16) (sizeof(tBTA_HH_CMD_DATA) ); in bta_hh_snd_write_dev()
168 if ((p_buf = (tBTA_HH_CMD_DATA *)osi_malloc(len)) != NULL) { in bta_hh_snd_write_dev()
169 memset(p_buf, 0, sizeof(tBTA_HH_CMD_DATA)); in bta_hh_snd_write_dev()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h114 } tBTA_HH_CMD_DATA; typedef
168 tBTA_HH_CMD_DATA api_sndcmd;