Home
last modified time | relevance | path

Searched refs:tBTA_JV_API_FREE_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h372 } tBTA_JV_API_FREE_CHANNEL; typedef
389 tBTA_JV_API_FREE_CHANNEL free_channel;
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c250 tBTA_JV_API_FREE_CHANNEL *p_msg; in BTA_JvFreeChannel()
253 … if ((p_msg = (tBTA_JV_API_FREE_CHANNEL *)osi_malloc(sizeof(tBTA_JV_API_FREE_CHANNEL))) != NULL) { in BTA_JvFreeChannel()
Dbta_jv_act.c863 tBTA_JV_API_FREE_CHANNEL *fc = &(p_data->free_channel); in bta_jv_free_scn()