Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_node_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h236 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]);
247 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr);
258 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_name(const char *name);
289 const esp_ble_mesh_node_t **esp_ble_mesh_provisioner_get_node_table_entry(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h350 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]);
352 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr);
354 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_name(const char *name);
358 const esp_ble_mesh_node_t **btc_ble_mesh_provisioner_get_node_table_entry(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c319 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]) in esp_ble_mesh_provisioner_get_node_with_uuid()
328 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr) in esp_ble_mesh_provisioner_get_node_with_addr()
337 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_name(const char *name) in esp_ble_mesh_provisioner_get_node_with_name()
351 const esp_ble_mesh_node_t **esp_ble_mesh_provisioner_get_node_table_entry(void) in esp_ble_mesh_provisioner_get_node_table_entry()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c817 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]) in btc_ble_mesh_provisioner_get_node_with_uuid()
819 return (esp_ble_mesh_node_t *)bt_mesh_provisioner_get_node_with_uuid(uuid); in btc_ble_mesh_provisioner_get_node_with_uuid()
822 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr) in btc_ble_mesh_provisioner_get_node_with_addr()
824 return (esp_ble_mesh_node_t *)bt_mesh_provisioner_get_node_with_addr(unicast_addr); in btc_ble_mesh_provisioner_get_node_with_addr()
827 esp_ble_mesh_node_t *btc_ble_mesh_provisioner_get_node_with_name(const char *name) in btc_ble_mesh_provisioner_get_node_with_name()
829 return (esp_ble_mesh_node_t *)bt_mesh_provisioner_get_node_with_name(name); in btc_ble_mesh_provisioner_get_node_with_name()
837 const esp_ble_mesh_node_t **btc_ble_mesh_provisioner_get_node_table_entry(void) in btc_ble_mesh_provisioner_get_node_table_entry()
839 return (const esp_ble_mesh_node_t **)bt_mesh_provisioner_get_node_table_entry(); in btc_ble_mesh_provisioner_get_node_table_entry()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h762 } __attribute__((packed)) esp_ble_mesh_node_t; typedef