Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_ble_api.c28 btc_ble_mesh_ble_args_t arg = {0}; in esp_ble_mesh_start_ble_advertising()
46 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_start_ble_advertising()
52 btc_ble_mesh_ble_args_t arg = {0}; in esp_ble_mesh_stop_ble_advertising()
67 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_stop_ble_advertising()
75 btc_ble_mesh_ble_args_t arg = {0}; in esp_ble_mesh_start_ble_scanning()
84 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_start_ble_scanning()
90 btc_ble_mesh_ble_args_t arg = {0}; in esp_ble_mesh_stop_ble_scanning()
99 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_stop_ble_scanning()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_ble.h33 } btc_ble_mesh_ble_args_t; typedef
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_ble.c117 btc_ble_mesh_ble_args_t *arg = NULL; in btc_ble_mesh_ble_call_handler()
124 arg = (btc_ble_mesh_ble_args_t *)msg->arg; in btc_ble_mesh_ble_call_handler()