Lines Matching full:relay
976 BT_ERR("Unable to send Config Relay Status response"); in relay_get()
1001 if (cfg->relay == BT_MESH_RELAY_NOT_SUPPORTED) { in relay_set()
1004 change = (cfg->relay != buf->om_data[0]); in relay_set()
1005 cfg->relay = buf->om_data[0]; in relay_set()
1013 BT_DBG("Relay 0x%02x (%s) xmit 0x%02x (count %u interval %u)", in relay_set()
1014 cfg->relay, change ? "changed" : "not changed", in relay_set()
1024 BT_WARN("Invalid Relay value 0x%02x", buf->om_data[0]); in relay_set()
1033 BT_ERR("Unable to send Relay Status response"); in relay_set()
3346 if (cfg->relay > 0x02) { in conf_is_valid()
3379 cfg->relay = BT_MESH_RELAY_NOT_SUPPORTED; in bt_mesh_cfg_srv_init()
3496 return conf->relay; in bt_mesh_relay_get()