Searched refs:esp_ble_mesh_node_t (Results 1 – 5 of 5) sorted by relevance
236 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);
350 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);
319 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()
817 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()
762 } __attribute__((packed)) esp_ble_mesh_node_t; typedef