Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h344 } tBTA_JV_API_RFCOMM_CLOSE; typedef
406 tBTA_JV_API_RFCOMM_CLOSE rfcomm_close;
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c950 tBTA_JV_API_RFCOMM_CLOSE *p_msg; in BTA_JvRfcommClose()
957 … (p_msg = (tBTA_JV_API_RFCOMM_CLOSE *)osi_malloc(sizeof(tBTA_JV_API_RFCOMM_CLOSE))) != NULL) { in BTA_JvRfcommClose()
Dbta_jv_act.c1938 tBTA_JV_API_RFCOMM_CLOSE *cc = &(p_data->rfcomm_close); in bta_jv_rfcomm_close()