Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h257 } tBTA_DM_API_GET_NAME; typedef
1175 tBTA_DM_API_GET_NAME get_name;
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c197 tBTA_DM_API_GET_NAME *p_msg; in BTA_DmGetDeviceName()
199 if ((p_msg = (tBTA_DM_API_GET_NAME *) osi_malloc(sizeof(tBTA_DM_API_GET_NAME))) != NULL) { in BTA_DmGetDeviceName()