Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2004 tBTA_DM_API_BLE_MULTI_ADV_PARAM *p_msg; in BTA_BleUpdateAdvInstParam()
2005 UINT16 len = sizeof(tBTA_BLE_ADV_PARAMS) + sizeof(tBTA_DM_API_BLE_MULTI_ADV_PARAM); in BTA_BleUpdateAdvInstParam()
2008 if ((p_msg = (tBTA_DM_API_BLE_MULTI_ADV_PARAM *) osi_malloc(len)) != NULL) { in BTA_BleUpdateAdvInstParam()
2009 memset(p_msg, 0, sizeof(tBTA_DM_API_BLE_MULTI_ADV_PARAM)); in BTA_BleUpdateAdvInstParam()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h730 } tBTA_DM_API_BLE_MULTI_ADV_PARAM; typedef
1113 tBTA_DM_API_BLE_MULTI_ADV_PARAM ble_multi_adv_param;