Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h380 } tBTA_JV_API_ALLOC_CHANNEL; typedef
388 tBTA_JV_API_ALLOC_CHANNEL alloc_channel;
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c216 tBTA_JV_API_ALLOC_CHANNEL *p_msg; in BTA_JvGetChannelId()
219 …if ((p_msg = (tBTA_JV_API_ALLOC_CHANNEL *)osi_malloc(sizeof(tBTA_JV_API_ALLOC_CHANNEL))) != NULL) { in BTA_JvGetChannelId()