Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h179 typedef tBTM_GET_DEV_NAME_CBACK tBTA_GET_DEV_NAME_CBACK; typedef
1746 extern void BTA_DmGetDeviceName(tBTA_GET_DEV_NAME_CBACK *p_cback);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h256 tBTA_GET_DEV_NAME_CBACK *p_cback;
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c195 void BTA_DmGetDeviceName(tBTA_GET_DEV_NAME_CBACK *p_cback) in BTA_DmGetDeviceName()