Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h265 } tBTA_JV_API_RFCOMM_CONFIG; typedef
401 tBTA_JV_API_RFCOMM_CONFIG rfcomm_config;
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c883 tBTA_JV_API_RFCOMM_CONFIG *p_msg; in BTA_JvRfcommConfig()
887 …if ((p_msg = (tBTA_JV_API_RFCOMM_CONFIG *)osi_malloc(sizeof(tBTA_JV_API_RFCOMM_CONFIG))) != NULL) { in BTA_JvRfcommConfig()