Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_proxy_api.c71 memcpy(arg.proxy_client_connect.addr, addr, BD_ADDR_LEN); in esp_ble_mesh_proxy_client_connect()
72 arg.proxy_client_connect.addr_type = addr_type; in esp_ble_mesh_proxy_client_connect()
73 arg.proxy_client_connect.net_idx = net_idx; in esp_ble_mesh_proxy_client_connect()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h277 } proxy_client_connect; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2212 memcpy(param.proxy_client_connect_comp.addr, arg->proxy_client_connect.addr, BD_ADDR_LEN); in btc_ble_mesh_prov_call_handler()
2213 param.proxy_client_connect_comp.addr_type = arg->proxy_client_connect.addr_type; in btc_ble_mesh_prov_call_handler()
2214 param.proxy_client_connect_comp.net_idx = arg->proxy_client_connect.net_idx; in btc_ble_mesh_prov_call_handler()
2216 bt_mesh_proxy_client_connect(arg->proxy_client_connect.addr, in btc_ble_mesh_prov_call_handler()
2217 arg->proxy_client_connect.addr_type, in btc_ble_mesh_prov_call_handler()
2218 arg->proxy_client_connect.net_idx); in btc_ble_mesh_prov_call_handler()