Searched refs:role_str (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 1060 const char *role_str[3] = {"Initiator", "Reflector", "Invalid"}; in le_cs_config_created() local 1099 config->id, role_str[role_idx], mode_str[main_mode_idx], mode_str[sub_mode_idx], in le_cs_config_created() 3917 static const char *role_str(uint8_t role) in role_str() function 3944 bt_shell_print(" #%u [BR][%s] %s", info.id, role_str(info.role), addr); in connection_info() 3950 conn == default_conn ? "*" : " ", info.id, role_str(info.role), addr, in connection_info() 3956 bt_shell_print(" #%u [ISO][%s] %s", info.id, role_str(info.role), addr); in connection_info()
|