Home
last modified time | relevance | path

Searched refs:future_new (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_bt_main.c49 *future_p = future_new(); in esp_bluedroid_enable()
85 *future_p = future_new(); in esp_bluedroid_disable()
140 *future_p = future_new(); in esp_bluedroid_init()
186 *future_p = future_new(); in esp_bluedroid_deinit()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfuture.h35 future_t *future_new(void);
/hal_espressif-latest/components/bt/common/osi/
Dfuture.c26 future_t *future_new(void) in future_new() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c948 gatts_future_mesh = future_new(); in bt_mesh_gatts_service_register()
962 gatts_future_mesh = future_new(); in bt_mesh_gatts_service_register()
979 gatts_future_mesh = future_new(); in bt_mesh_gatts_service_register()
1005 gatts_future_mesh = future_new(); in bt_mesh_gatts_service_register()
1757 gatts_future_mesh = future_new(); in bt_mesh_gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c282 future_t *future = future_new(); in transmit_command_futured()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c256 future_p = future_new(); in btc_gatts_act_create_attr_tab()