Searched refs:num_flag (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_prov.h | 345 int bt_mesh_provisioner_set_oob_input_data(const uint8_t idx, const uint8_t *val, bool num_flag); 358 uint8_t size, bool num_flag);
|
D | provisioner_prov.c | 2080 int bt_mesh_provisioner_set_oob_input_data(const uint8_t idx, const uint8_t *val, bool num_flag) argument 2097 BT_INFO("Link idx %d, type %s", idx, num_flag ? "number" : "string"); 2100 if (num_flag) { 2113 uint8_t size, bool num_flag) argument 2134 BT_INFO("Link idx %d, type %s", idx, num_flag ? "number" : "string"); 2136 if (num_flag) {
|